X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/1f5efa4276a5b6f83e9d5e0b22bb3efaa78c3e14..3f18b7fff1c5d5cd3d91897a85a425704ba4295e:/wizard/command/upgrade.py diff --git a/wizard/command/upgrade.py b/wizard/command/upgrade.py index 4cb402f..476c1b7 100644 --- a/wizard/command/upgrade.py +++ b/wizard/command/upgrade.py @@ -145,7 +145,7 @@ def main(argv, baton): except deploy.WebVerificationError as e: logging.warning("Web verification failed: rolling back") perform_restore(d, backup) - raise app.UpgradeVerificationFailure(e.contents) + raise app.UpgradeVerificationFailure() # XXX: frob .htaccess to make site accessible # to do this, check if .htaccess changed, first. Upgrade # process might have frobbed it. Don't be