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
Playing around with bulker, I unloaded all my crates and then confirmed via bulker list. However, bulker throws an error:
bulker list
Using default config. You may specify in env var: ['BULKERCFG']
Available crates:
Traceback (most recent call last):
File "/home/drc/GITHUB/looper/master/looper/venv/bin/bulker", line 8, in <module>
sys.exit(main())
File "/home/drc/GITHUB/looper/master/looper/venv/lib/python3.10/site-packages/bulker/bulker.py", line 1327, in main
for crate, tags in crates.items():
AttributeError: 'str' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
Playing around with bulker, I unloaded all my crates and then confirmed via
bulker list
. However, bulker throws an error:The text was updated successfully, but these errors were encountered: