Skip to content

Commit 8a06907

Browse files
committed
Merge remote-tracking branch 'origin/queue-resubmit' into queue-resubmit
2 parents cfab9d8 + 865ac64 commit 8a06907

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_cache_executor_serial.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ def test_executor_function_dependence_args(self):
182182

183183
def test_execute_in_subprocess_errors(self):
184184
with self.assertRaises(ValueError):
185-
execute_in_subprocess(file_name=__file__, command=[], config_directory="test")
185+
execute_in_subprocess(
186+
file_name=__file__, command=[], config_directory="test"
187+
)
186188
with self.assertRaises(ValueError):
187189
execute_in_subprocess(file_name=__file__, command=[], backend="flux")
188190

0 commit comments

Comments
 (0)