Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bulker list shows error if no bulker crates are loaded #95

Open
donaldcampbelljr opened this issue Jun 13, 2024 · 0 comments
Open

bulker list shows error if no bulker crates are loaded #95

donaldcampbelljr opened this issue Jun 13, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers low priority

Comments

@donaldcampbelljr
Copy link
Member

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 donaldcampbelljr added bug Something isn't working good first issue Good for newcomers low priority labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers low priority
Projects
None yet
Development

No branches or pull requests

1 participant