bad variable reference in paste startup

This commit is contained in:
Randall Leeds 2014-03-08 17:53:51 -08:00
parent 2edb2089ba
commit 41e7aba3a9

View File

@ -18,7 +18,7 @@ class WSGIApplication(Application):
os.path.join(util.getcwd(), opts.paste)))
if not os.path.exists(path):
raise ConfigError("%r not found" % val)
raise ConfigError("%r not found" % path)
# paste application, load the config
self.cfgurl = 'config:%s' % path