mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-29 11:45:36 -04:00
fix linter issues
This commit is contained in:
parent
35ef46332b
commit
b8c072e5ee
10 changed files with 33 additions and 30 deletions
|
@ -34,7 +34,7 @@ try:
|
|||
integration_enabled = bool(
|
||||
int(os.environ.get(INTEGRATION_TESTS_ENABLE_ENV_VAR, 0)) > 0
|
||||
)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue