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 2018/09/23 14:20:45 UTC

[GitHub] kaxil commented on a change in pull request #3939: [AIRFLOW-3104] Add .airflowignore info into doc

kaxil commented on a change in pull request #3939: [AIRFLOW-3104] Add .airflowignore info into doc
URL: https://github.com/apache/incubator-airflow/pull/3939#discussion_r219700455
 
 

 ##########
 File path: airflow/models.py
 ##########
 @@ -522,10 +522,12 @@ def collect_dags(
         Given a file path or a folder, this method looks for python modules,
         imports them and adds them to the dagbag collection.
 
-        Note that if a .airflowignore file is found while processing,
-        the directory, it will behaves much like a .gitignore does,
+        Note that if a .airflowignore file is found while processing
+        the directory, it will behave much like a .gitignore does,
 
 Review comment:
   either remove `does` or change it to `Note that if a ``.airflowignore`` file is found while processing
           the directory, it will behave much like how a ``.gitignore`` does, the directory, it will behave much like a .gitignore does` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services