mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Missing r-paren
This commit is contained in:
parent
49521b81a5
commit
b2c45f1df4
@ -124,7 +124,7 @@ spew = False
|
|||||||
# A valid value for the os.umask(mode) call or a string
|
# A valid value for the os.umask(mode) call or a string
|
||||||
# compatible with int(value, 0) (0 means Python guesses
|
# compatible with int(value, 0) (0 means Python guesses
|
||||||
# the base, so values like "0", "0xFF", "0022" are valid
|
# the base, so values like "0", "0xFF", "0022" are valid
|
||||||
# for decimal, hex, and octal representations.
|
# for decimal, hex, and octal representations)
|
||||||
#
|
#
|
||||||
# tmp_upload_dir - A directory to store temporary request data when
|
# tmp_upload_dir - A directory to store temporary request data when
|
||||||
# requests are read. This will most likely be disappearing soon.
|
# requests are read. This will most likely be disappearing soon.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user