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

CLI entrypoint doesn't work #22

Closed
ddebeau opened this issue Jun 5, 2021 · 0 comments · Fixed by #23
Closed

CLI entrypoint doesn't work #22

ddebeau opened this issue Jun 5, 2021 · 0 comments · Fixed by #23
Assignees

Comments

@ddebeau
Copy link
Owner

ddebeau commented Jun 5, 2021

The CLI entrypoint is executable-name instead of zfsup and the command returns this traceback:

executable-name --version
Traceback (most recent call last):
  File "<redacted>/.env/zfs_uploader/bin/executable-name", line 5, in <module>
    from zfs_uploader.__main__ import main
ImportError: cannot import name 'main' from 'zfs_uploader.__main__' (<redacted>/.env/zfs_uploader/lib/python3.7/site-packages/zfs_uploader/__main__.py)
@ddebeau ddebeau self-assigned this Jun 5, 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

Successfully merging a pull request may close this issue.

1 participant