Skip to content

Commit ae543ae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 096cbb4 commit ae543ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ def testfunc(a: int, b: float = 0.1) -> ty.NamedTuple("Output", [("out", float)]
10011001
message_path = tmpdir / funky.checksum / "messages"
10021002
# go through each jsonld file in message_path and check if the label field exists
10031003
json_content = []
1004-
1004+
10051005
for file in glob(str(message_path) + "/*.jsonld"):
10061006
with open(file, "r") as f:
10071007
data = json.load(f)

0 commit comments

Comments
 (0)