bulker icon indicating copy to clipboard operation
bulker copied to clipboard

bulker list shows error if no bulker crates are loaded

Open donaldcampbelljr opened this issue 8 months ago • 0 comments

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'

donaldcampbelljr avatar Jun 13 '24 18:06 donaldcampbelljr