galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

`shed-tools` error when called without arguments #216

Open bernt-matthias opened 1 month ago

bernt-matthias commented 1 month ago
Traceback (most recent call last):
  File "/home/songalax/.venv-ephemeris/bin/shed-tools", line 8, in <module>
    sys.exit(main())
  File "/home/songalax/.venv-ephemeris/lib64/python3.9/site-packages/ephemeris/shed_tools.py", line 681, in main
    log = setup_global_logger(name=__name__, log_file=args.log_file)
AttributeError: 'Namespace' object has no attribute 'log_file'

Should print help.