mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remove trailing comma from ConfigCheck.cli
This commit is contained in:
parent
b3f1c5cc29
commit
9021cf80bb
@ -834,7 +834,7 @@ class Spew(Setting):
|
||||
class ConfigCheck(Setting):
|
||||
name = "check_config"
|
||||
section = "Debugging"
|
||||
cli = ["--check-config", ]
|
||||
cli = ["--check-config"]
|
||||
validator = validate_bool
|
||||
action = "store_true"
|
||||
default = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user