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

PyPI package broken #2

Open
joar opened this issue Oct 6, 2017 · 0 comments
Open

PyPI package broken #2

joar opened this issue Oct 6, 2017 · 0 comments

Comments

@joar
Copy link

joar commented Oct 6, 2017

Installing e.g. grafcli a clean slate:

$ pip3 install --user grafcli
[...]
$ grafcli
Traceback (most recent call last):
  File "/home/joar/.local/bin/grafcli", line 27, in <module>
    sys.exit(main())
  File "/home/joar/.local/bin/grafcli", line 9, in main
    cli = GrafCLI()
  File "/home/joar/.local/lib/python3.5/site-packages/climb/core.py", line 17, in __init__
    load_config(name)
  File "/home/joar/.local/lib/python3.5/site-packages/climb/config.py", line 23, in load_config
    raise ConfigNotFound("Could not find {name}.conf".format(name))
KeyError: 'name'
$ grafcli --help
Traceback (most recent call last):
  File "/home/joar/.local/bin/grafcli", line 27, in <module>
    sys.exit(main())
  File "/home/joar/.local/bin/grafcli", line 9, in main
    cli = GrafCLI()
  File "/home/joar/.local/lib/python3.5/site-packages/climb/core.py", line 17, in __init__
    load_config(name)
  File "/home/joar/.local/lib/python3.5/site-packages/climb/config.py", line 23, in load_config
    raise ConfigNotFound("Could not find {name}.conf".format(name))
KeyError: 'name'

The issue is already fixed in master: 488d9da

Please push a new release to PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant