dlamblin commented on a change in pull request #4163: [AIRFLOW-3319] - 
KubernetsExecutor: Need in try_number in  labels if getting them later
URL: https://github.com/apache/incubator-airflow/pull/4163#discussion_r240276619
 
 

 ##########
 File path: airflow/contrib/executors/kubernetes_executor.py
 ##########
 @@ -458,10 +459,16 @@ def _datetime_to_label_safe_datestring(datetime_obj):
 
     def _labels_to_key(self, labels):
         try:
+            try_num = 1
 
 Review comment:
   Can this block be moved before the try on 461? The try in the try doesn't 
read well.

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


With regards,
Apache Git Services

Reply via email to