#1626 Fix loading design configs again
Pull request opened by
kareefardi
- revert previous "fix"
~ only substitute glob when there is a match.
~ wrap section that parses each variable in try and catch so that the exception message contains both key and value. Previously, some exceptions thrown due to value errors were captured at the main function scope and hence losing the ability to find at which key the exception occurred. This is not a mandatory change and can be removed if not desirable.
The-OpenROAD-Project/OpenLane