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 Nov 27, 2022
1 parent 662ade1 commit 19beeba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydra/engine/tests/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ def test_audit_shellcommandtask_file(tmpdir):
shutil.copy("test.txt", tmpdir)
shutil.copy("test2.txt", tmpdir)


cmd = "cat"
file_in = tmpdir / "test.txt"
file_in_2 = tmpdir / "test2.txt"
Expand All @@ -1100,7 +1099,7 @@ def test_audit_shellcommandtask_file(tmpdir):
},
),
),
(
(
"in_file_2",
attr.ib(
type=File,
Expand Down Expand Up @@ -1139,6 +1138,7 @@ def test_audit_shellcommandtask_file(tmpdir):
assert data["AtLocation"] == str(file_in_2)
assert data["digest"] == test_file_hash_2


def test_audit_shellcommandtask_version(tmpdir):
import subprocess as sp

Expand Down

0 comments on commit 19beeba

Please sign in to comment.