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

Doesn't handle Help when no module is given #6

Closed
happykhan opened this issue Nov 1, 2019 · 1 comment
Closed

Doesn't handle Help when no module is given #6

happykhan opened this issue Nov 1, 2019 · 1 comment

Comments

@happykhan
Copy link

python EToKi/EToKi.py -h
Doesn't handle Help when no module is given

Traceback (most recent call last):
  File "EToKi/EToKi.py", line 55, in <module>
    etoki()
  File "EToKi/EToKi.py", line 31, in etoki
    exec('from modules.{0} import {0}'.format(sys.argv[1]))
  File "<string>", line 1
    from modules.-h import -h
@zheminzhou
Copy link
Owner

Thanks. Fixed in the latest update.

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