mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-18 19:47:05 +00:00
Merge pull request #264 from marsam/fix-exception-statement
fix: correct try/except statement
This commit is contained in:
commit
0355af5e4c
@ -6,7 +6,7 @@ import pytest
|
||||
jq_available = True
|
||||
try:
|
||||
import jq
|
||||
except jq:
|
||||
except ImportError:
|
||||
jq_available = False
|
||||
|
||||
pytestmark = [
|
||||
|
Loading…
Reference in New Issue
Block a user