Skip to content

Commit 5951e86

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a1848f commit 5951e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/workers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ class PsijFluxWorker(PsijWorker):
10661066
"""A worker to execute tasks using PSI/J using SLURM."""
10671067

10681068
subtype = "flux"
1069-
plugin_name = f"psij-{subtype}"
1070-
1069+
plugin_name = f"psij-{subtype}"
1070+
10711071

10721072
WORKERS = {
10731073
w.plugin_name: w

0 commit comments

Comments
 (0)