Skip to content

Commit 135ce49

Browse files
committed
sty: run black
1 parent 58c90c4 commit 135ce49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/pipeline/plugins/tests/test_sgelike.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ def test_crashfile_creation(tmp_path):
3131
assert pipe.run(plugin=sgelike_plugin)
3232
assert str(e.value) == "Workflow did not execute cleanly. Check log for details"
3333

34-
crashfiles = (
35-
list(tmp_path.glob("crash*crasher*.pklz"))
36-
+ list(tmp_path.glob("crash*crasher*.txt"))
34+
crashfiles = list(tmp_path.glob("crash*crasher*.pklz")) + list(
35+
tmp_path.glob("crash*crasher*.txt")
3736
)
3837
assert len(crashfiles) == 1

0 commit comments

Comments
 (0)