Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2023
1 parent bfadcfa commit 86e1b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/dev/integration_test_scripts/trigger_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def trigger_dag_runs(

if failed_dag_ids:
for dag_id in failed_dag_ids:
logging.error("Failed to run DAG %s",{dag_id})
logging.error("Failed to run DAG %s", {dag_id})
sys.exit(1)


Expand Down

0 comments on commit 86e1b11

Please sign in to comment.