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/01/13 16:12:39 UTC

[GitHub] [airflow] PApostol commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

PApostol commented on a change in pull request #20838:
URL: https://github.com/apache/airflow/pull/20838#discussion_r784108849



##########
File path: airflow/cli/cli_parser.py
##########
@@ -162,6 +162,11 @@ def _check(value):
     return _check
 
 
+def string_list_type(val):
+    """Splits comma-separated list and returns the lists (strips whitespace)"""

Review comment:
       Perhaps you mean "Splits comma-separated _string_ and returns the result _in a list_"?




-- 
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