mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
bad variable reference in paste startup
This commit is contained in:
parent
2edb2089ba
commit
41e7aba3a9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user