Avik Datta 4 лет назад
Родитель
Сommit
a2b6e0169e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dags/dag8_copy_ongoing_seqrun.py

+ 1 - 1
dags/dag8_copy_ongoing_seqrun.py

@@ -350,7 +350,7 @@ def check_progress_for_run_func(**context):
         runinfo_file=runinfo_path)
     comment = \
       'current cycle: {0}, index cycle: {1}, read format: {2}'.\
-        format(current_cycle,index_cycle_statusread_format)
+        format(current_cycle,index_cycle_status,read_format)
     send_log_to_channels(
       slack_conf=Variable.get('slack_conf'),
       ms_teams_conf=Variable.get('ms_teams_conf'),