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
Not passing the --config-file option to omicron-status results in a TypeError:
Traceback (most recent call last):
File "/home/detchar/opt/gwpysoft-2.7/bin/omicron-status", line 172, in <module>
ok = cp.read(args.config_file)
File "/home/detchar/opt/gwpysoft-2.7/lib/python2.7/site-packages/backports/configparser/__init__.py", line 702, in read
for filename in filenames:
TypeError: 'NoneType' object is not iterable
Ideally the command-line parser should be changed to require at least one file, or better error handling should be implemented.
The text was updated successfully, but these errors were encountered:
areeda
pushed a commit
to areeda/pyomicron
that referenced
this issue
Sep 4, 2022
* Address issue #43, bad error message(s) for missing arguments we can't determine defaults for
* Improve help string
Co-authored-by: Joseph Areeda <[email protected]>
Co-authored-by: Evan Goetz <[email protected]>
Not passing the
--config-file
option toomicron-status
results in aTypeError
:Ideally the command-line parser should be changed to require at least one file, or better error handling should be implemented.
The text was updated successfully, but these errors were encountered: