You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/11 10:45:37 UTC

[GitHub] [airflow] norm commented on a diff in pull request #25664: Configurable umask to all deamonized processes.

norm commented on code in PR #25664:
URL: https://github.com/apache/airflow/pull/25664#discussion_r943344487


##########
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:
   Help needs updating?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org