mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix issue spotted by oit on github.
This commit is contained in:
parent
625b858df0
commit
5e83c3c704
@ -62,7 +62,7 @@ class PasterBaseApplication(Application):
|
|||||||
fileConfig(config_file, dict(__file__=config_file,
|
fileConfig(config_file, dict(__file__=config_file,
|
||||||
here=os.path.dirname(config_file)))
|
here=os.path.dirname(config_file)))
|
||||||
return
|
return
|
||||||
super(PasterApplication, self).configure_logging()
|
super(PasterBaseApplication, self).configure_logging()
|
||||||
|
|
||||||
class PasterApplication(PasterBaseApplication):
|
class PasterApplication(PasterBaseApplication):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user