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

fix: correct try/except statement #264

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

marsam
Copy link
Contributor

@marsam marsam commented Apr 19, 2024

Otherwise, it fails because Python can't find the jq exception.

==================================== ERRORS ====================================
______________________ ERROR collecting tests/test_jq.py _______________________
tests/test_jq.py:8: in <module>
    import jq
E   ModuleNotFoundError: No module named 'jq'

During handling of the above exception, another exception occurred:
tests/test_jq.py:9: in <module>
    except jq:
E   NameError: name 'jq' is not defined

Otherwise, it fails because Python can't find the `jq` exception.
@lilydjwg lilydjwg merged commit 0355af5 into lilydjwg:master Apr 19, 2024
23 checks passed
@lilydjwg
Copy link
Owner

Thanks!

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 this pull request may close these issues.

2 participants