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

[BUG] No arguments causes exception #77

Open
phodina opened this issue Jan 2, 2025 · 0 comments
Open

[BUG] No arguments causes exception #77

phodina opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@phodina
Copy link

phodina commented Jan 2, 2025

Hi,

packaging this module and when executed without any argument it causes an exception instead of just catching it and writing to stderr.

blobconverter 
Traceback (most recent call last):
  File "/nix/store/7dnxr4gxz5g3va44yph597g2rm2i838g-blobconverter-1.4.3/bin/.blobconverter-wrapped", line 9, in <module>
    sys.exit(__run_cli__())
             ^^^^^^^^^^^^^
  File "/nix/store/7dnxr4gxz5g3va44yph597g2rm2i838g-blobconverter-1.4.3/lib/python3.12/site-packages/blobconverter/__init__.py", line 585, in __run_cli__
    raise RuntimeError("No conversion source specified!")
RuntimeError: No conversion source specified!
@phodina phodina added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant