Skip to content

Commit

Permalink
fix:the service cannot be started.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxinbiao committed Mar 18, 2024
1 parent b710342 commit 184fe51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def text_manipulate_retry(req_json, pool):
data_process_stage_log_db_operate.insert(insert_stage_log_params, pool=pool)

# insert QA list to detail preview
if any(d.get("type") == "qa_split" for d in task_info_dict,get("data_process_config_info")):
if any(d.get("type") == "qa_split" for d in task_info_dict.get("data_process_config_info")):
logger.debug(
f"{log_tag_const.MINIO_STORE_PROCESS} Insert QA list for detail preview."
)
Expand Down

0 comments on commit 184fe51

Please sign in to comment.