X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/139c31dd455bd88f6822d7e216fa8a8ea41b6bae..ee8e5d33462267936f1b03e1d22c075c65d36854:/wizard/command/errors.py diff --git a/wizard/command/errors.py b/wizard/command/errors.py index 08fd76e..10be7aa 100644 --- a/wizard/command/errors.py +++ b/wizard/command/errors.py @@ -12,7 +12,7 @@ def main(argv, baton): if options.verbose: if isinstance(e, app.NoSuchApplication): print "Application %s does not exist, at %s" % (e.app, e.location) - elif isinstance(e, deploy.DeploymentParseError): + elif isinstance(e, app.DeploymentParseError): print "Parse error for line '%s', at %s" % (e.value, e.location) else: raise e