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

Open command fails #18

Closed
henioStraszny opened this issue Nov 3, 2020 · 1 comment
Closed

Open command fails #18

henioStraszny opened this issue Nov 3, 2020 · 1 comment

Comments

@henioStraszny
Copy link

Open command fails, perhaps I need some environment variable?

 $  checkio open multiply-intro
Traceback (most recent call last):
  File "/home/henio/.local/bin/checkio", line 11, in <module>
    sys.exit(main())
  File "/home/henio/.local/lib/python3.6/site-packages/checkio_client/runner.py", line 217, in main
    getattr(module, func_name)(args)
  File "/home/henio/.local/lib/python3.6/site-packages/checkio_client/actions/open.py", line 26, in main
    open_editor([domain_data['editor'], filename])
NameError: name 'open_editor' is not defined
@oduvan
Copy link
Collaborator

oduvan commented Feb 9, 2021

fixed in the next release

@oduvan oduvan closed this as completed Feb 9, 2021
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

2 participants