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/12/24 05:19:57 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #28570: Fix local variable referenced before assignment

ephraimbuddy opened a new pull request, #28570:
URL: https://github.com/apache/airflow/pull/28570

   The 'nodes' variable was referenced before the assignment. I thought of assigning it to an empty string before the try/except but I think it's safer this way
   
   


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


[GitHub] [airflow] ephraimbuddy closed pull request #28570: Fix local variable referenced before assignment

Posted by GitBox <gi...@apache.org>.
ephraimbuddy closed pull request #28570: Fix local variable referenced before assignment
URL: https://github.com/apache/airflow/pull/28570


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