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 2019/12/06 09:15:59 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

potiuk commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor
URL: https://github.com/apache/airflow/pull/6740#discussion_r354728437
 
 

 ##########
 File path: airflow/models/taskinstance.py
 ##########
 @@ -885,6 +887,12 @@ def _run_raw_task(
                 context = self.get_template_context()
 
                 task_copy = copy.copy(task)
+
 
 Review comment:
   It would be great to explain why in a comment.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services