ashb commented on code in PR #25664:
URL: https://github.com/apache/airflow/pull/25664#discussion_r943350690
##########
airflow/cli/cli_parser.py:
##########
@@ -671,7 +671,6 @@ def string_lower_type(val):
ARG_UMASK = Arg(
("-u", "--umask"),
help="Set the umask of celery worker in daemon mode",
Review Comment:
Not currently -- it's only used for the `celery worker` command -- the other
commands don't have a `--umask` argument, they only use the config value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]