Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 7, 2024
1 parent 12f4ede commit 8751612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/app/apps/workflow/app_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ def _handle_response(
raise GenerateTaskStoppedError()
else:
logger.exception(
f"Fails to process generate task pipeline," f" task_id: {application_generate_entity.task_id}"
f"Fails to process generate task pipeline, task_id: {application_generate_entity.task_id}"
)
raise

0 comments on commit 8751612

Please sign in to comment.