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
When provided with no arguments, bloom-generate should display help. Instead it crashes:
bloom-generate
Traceback (most recent call last):
File "/home/dan/.local/bin/bloom-generate", line 8, in <module>
sys.exit(main())
File "/home/dan/.local/lib/python3.8/site-packages/bloom/commands/generate.py", line 85, in main
handle_global_arguments(args)
File "/home/dan/.local/lib/python3.8/site-packages/bloom/util.py", line 308, in handle_global_arguments
enable_debug(args.debug or 'DEBUG' in os.environ)
AttributeError: 'Namespace' object has no attribute 'debug'
The text was updated successfully, but these errors were encountered:
pseyfert
added a commit
to pseyfert/bloom
that referenced
this issue
Feb 24, 2021
When provided with no arguments, bloom-generate should display help. Instead it crashes:
The text was updated successfully, but these errors were encountered: