Skip to content

Commit

Permalink
catch an exact exception
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas <j08lue@gmail.com>
  • Loading branch information
valgur and j08lue authored Jun 15, 2022
1 parent 4c03403 commit cf31116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
from test.support.os_helper import EnvironmentVarGuard
except:
except ImportError:
from test.support import EnvironmentVarGuard

import pytest
Expand Down

0 comments on commit cf31116

Please sign in to comment.