mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
only 2 values to print.
This commit is contained in:
parent
0716a3bd84
commit
8eca403d89
@ -114,7 +114,7 @@ class DjangoApplicationCommand(Application):
|
|||||||
try:
|
try:
|
||||||
self.cfg.set(k.lower(), v)
|
self.cfg.set(k.lower(), v)
|
||||||
except:
|
except:
|
||||||
sys.stderr.write("Invalid value for %s: %s [%s]\n\n" % (k, v))
|
sys.stderr.write("Invalid value for %s: %s\n\n" % (k, v))
|
||||||
raise
|
raise
|
||||||
|
|
||||||
for k, v in list(self.options.items()):
|
for k, v in list(self.options.items()):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user