Skip to content

Commit

Permalink
Remove unused exception variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Aug 6, 2024
1 parent 03c4a44 commit 6d7a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/list-data-access-tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

try:
from pysqlcipher3 import dbapi2 as sqlite3
except ImportError, e:
except ImportError:
exit_with_error("Error: pysqlcipher3 not available. It should have been installed by the Yoda playbook.")


Expand Down

0 comments on commit 6d7a8ef

Please sign in to comment.