Skip to content

Commit

Permalink
Removed unused as e
Browse files Browse the repository at this point in the history
  • Loading branch information
thomsen85 committed Oct 2, 2023
1 parent c2013fa commit 56f70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/wait-for-mysql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ try:
db=MySQLdb.connect(host=db_host,user=db_user,
passwd=db_password,db=db_name)
except MySQLdb._exceptions.OperationalError as e:
except MySQLdb._exceptions.OperationalError:
sys.exit(-1)
sys.exit(0)
Expand Down

0 comments on commit 56f70f6

Please sign in to comment.