Skip to content

Commit 197dec7

Browse files
committed
lint
1 parent 22be490 commit 197dec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-matrix/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ def run(metadata):
172172
task_runners = dict(IAC_SELF_HOSTED=run_iac, DEPLOY_SELF_HOSTED=run_deploy)
173173
for t in data["tasks"]:
174174
runner = task_runners.get(t["taskType"])
175-
runner and runner(run_task_id=t["runTaskId"], **metadata.inputs)
175+
runner and runner(run_task_id=t["runTaskId"], **metadata.inputs)

0 commit comments

Comments
 (0)