We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this when starting Salmon 3.2.0rc1:
daemon.daemon.DaemonOSEnvironmentError: Unable to change file creation mask (an integer is required (got type NoneType))
This appears to be because click will pass in None if an option hasn't been used (unless we set a default in the decorator?)
None
Definitely need to check all other daemon commands and maybe check other commands too + add tests as required.
The text was updated successfully, but these errors were encountered:
start command now passes None rather than False
8cc0986
`daemonize` function should now expect that Also updated tests to make sure this mistake doesn't happen again Fixes #126
a651c4d
Successfully merging a pull request may close this issue.
Getting this when starting Salmon 3.2.0rc1:
This appears to be because click will pass in
None
if an option hasn't been used (unless we set a default in the decorator?)Definitely need to check all other daemon commands and maybe check other commands too + add tests as required.
The text was updated successfully, but these errors were encountered: