Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest gunicorn doesn't support umask '0' #1622

Closed
ricardokirkner opened this issue Oct 12, 2017 · 1 comment
Closed

latest gunicorn doesn't support umask '0' #1622

ricardokirkner opened this issue Oct 12, 2017 · 1 comment
Labels
- Bugs - bug :( help wanted Open for everyone. You do not need permission to work on these. May need familiarity with codebase.

Comments

@ricardokirkner
Copy link

When running gunicorn 19.7.1 and passing

--umask=0

I get the following error

gunicorn: error: argument -m/--umask: invalid auto_int value: '0'

@tilgovi
Copy link
Collaborator

tilgovi commented Oct 14, 2017

I think this is a bug in our parsing. As a workaround, you should be able to specify the value zero as an octal (0o0) or hex (0x0) literal.

@tilgovi tilgovi added - Bugs - bug :( help wanted Open for everyone. You do not need permission to work on these. May need familiarity with codebase. labels Oct 14, 2017
mjjbell pushed a commit to mjjbell/gunicorn that referenced this issue Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bugs - bug :( help wanted Open for everyone. You do not need permission to work on these. May need familiarity with codebase.
Projects
None yet
Development

No branches or pull requests

2 participants