You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cam for the exact same problem and from the name of the variables I assume from the same repository 😉 I guess the best is to just rename the parameters at this point
=> Basically, variables with names starting with possible durations (ex: d_hello (d=day) or y_me (y=year) were incorrectly parsed if using "\n" with values, but fixed now
With the following config file,
I ran
ConfigFactory.parse_file('./confs/test2.conf')
and get an exception:If I change
d_out
toe_out
, or comment one of them out, or remove the underscore in at least one of their names, I will get no exception.I get this with Python 3.11.3, Python 3.8.17 and pyparsing 3.1.0 and pyparsing 3.0.8
The text was updated successfully, but these errors were encountered: