mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge pull request #264 from marsam/fix-exception-statement
fix: correct try/except statement
This commit is contained in:
commit
0355af5e4c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import pytest
|
|||
jq_available = True
|
||||
try:
|
||||
import jq
|
||||
except jq:
|
||||
except ImportError:
|
||||
jq_available = False
|
||||
|
||||
pytestmark = [
|
||||
|
|
Loading…
Add table
Reference in a new issue