We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
packaging this module and when executed without any argument it causes an exception instead of just catching it and writing to stderr.
The text was updated successfully, but these errors were encountered: