浏览代码

minor fix

Avik Datta 4 年之前
父节点
当前提交
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'),