Skip to content

Commit 32d1a19

Browse files
committed
Fix bug in error handling
1 parent 6173dbe commit 32d1a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyadmin_sql_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def download_sql_backup(url, user, password, dry_run=False, overwrite_existing=F
6464
g.submit()
6565

6666
if not is_login_successful(g):
67-
raise ValueError('Could not login - did you provide the correct username / password? ({})'.format(e))
67+
raise ValueError('Could not login - did you provide the correct username / password?')
6868

6969
open_frame_if_phpmyadmin_3(g)
7070

0 commit comments

Comments
 (0)