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
$ python test.py --flagfile=flagfile.txt
FATAL Flags parsing error: Unknown command line flag 'config.animal.cat'
Pass --helpshort or --helpfull to see help on flags.
Expected behavior absl should be able to read the changes to config from the flagfile.txt, something is going wrong here.
Environment:
OS: MacOS
OS Version: macOS Venture (13.0)
Python: 3.10.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
config_flags.DEFINE_config_dict
we are unable to use--flagfile
to override values, we get the error:FATAL Flags parsing error: Unknown command line flag ...
To Reproduce
Expected behavior
absl
should be able to read the changes to config from theflagfile.txt
, something is going wrong here.Environment:
The text was updated successfully, but these errors were encountered: