Skip to content

Commit aa6e1da

Browse files
style: pre-commit.ci auto fixes [...]
1 parent ee36134 commit aa6e1da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

taskcluster/fxci_config_taskgraph/transforms/firefoxci_artifact.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def make_firefoxci_artifact_tasks(config, tasks):
3434
exclude_attrs,
3535
include_deps,
3636
).values():
37-
logging.info(f"firefoxci_artifact: processing {task_def['metadata']['name']}")
37+
logging.info(
38+
f"firefoxci_artifact: processing {task_def['metadata']['name']}"
39+
)
3840
# Add docker images
3941
if "image" in task_def["payload"]:
4042
image = task_def["payload"]["image"]

0 commit comments

Comments
 (0)