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

KeyError: 'notify' when fyrd conf init #92

Open
cvlvxi opened this issue May 4, 2019 · 0 comments
Open

KeyError: 'notify' when fyrd conf init #92

cvlvxi opened this issue May 4, 2019 · 0 comments

Comments

@cvlvxi
Copy link

cvlvxi commented May 4, 2019

Running python 3.7 in virtualenv
fyrd 0.6.2b1

Is there a default queue you wish to submit to if no other options are given?
If so enter the name below, or leave blank to ignore.

Default queue: batch

Thank you, configuring options.
Please edit the file directly to inspect or edit your config.

Done

New config:

Traceback (most recent call last):
  File "/misc/data/pyenvs/py371/bin/fyrd", line 10, in <module>
    sys.exit(main())
  File "/misc/data/pyenvs/py371/lib/python3.7/site-packages/fyrd/__main__.py", line 1151, in main
    return args.func(args)
  File "/misc/data/pyenvs/py371/lib/python3.7/site-packages/fyrd/__main__.py", line 332, in init_config
    for section in sorted(fyrd.conf.DEFAULTS, key=_sort_conf):
  File "/misc/data/pyenvs/py371/lib/python3.7/site-packages/fyrd/__main__.py", line 736, in _sort_conf
    return sections[key]
KeyError: 'notify'
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