We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6173dbe commit 32d1a19Copy full SHA for 32d1a19
phpmyadmin_sql_backup.py
@@ -64,7 +64,7 @@ def download_sql_backup(url, user, password, dry_run=False, overwrite_existing=F
64
g.submit()
65
66
if not is_login_successful(g):
67
- raise ValueError('Could not login - did you provide the correct username / password? ({})'.format(e))
+ raise ValueError('Could not login - did you provide the correct username / password?')
68
69
open_frame_if_phpmyadmin_3(g)
70
0 commit comments