turbaszek commented on a change in pull request #10498:
URL: https://github.com/apache/airflow/pull/10498#discussion_r475237984



##########
File path: airflow/www/views.py
##########
@@ -1565,36 +1629,37 @@ def graph(self, session=None):
 
         nodes = []
         edges = []
-        for task in dag.tasks:
+        for a_task in dag.tasks:

Review comment:
       Hm, this name is a little bit strange to me




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