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
Also hitting this bug. Thanks @Savlik for getting a minimal example together, it helped me identify the trigger in my application's configuration. I'm using [email protected].
Hi, i have a problem with simple substitution:
result:
pyhocon.exceptions.ConfigSubstitutionException: Cannot resolve ${bar}: (line: 4, col: 9). Check for cycles.
expected:
foo: foo, bar: foobar, foobar: foobar
Every slight modification work correctly as expected:
result:
foo: foo, bar: foobar
result:
foo: foo, bar: foobar, foobar: foobar
result:
foo: foo, bar: bar, foobar: bar
Any ideas what is wrong, or how to fix it?
The text was updated successfully, but these errors were encountered: