ashb edited a comment on pull request #11147:
URL: https://github.com/apache/airflow/pull/11147#issuecomment-698935990


   k some real failures now. will look.
   
   Spot the mistake:
   
   ```python
   all(t.dag_id == dag_id and t.execution_date == t.execution_date for t in tis)
   ```
   
   (I'm kind of surprised that pylint doesn't pick that up)


----------------------------------------------------------------
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:
[email protected]


Reply via email to