Skip to content

Commit 1571200

Browse files
committed
Hmm...
1 parent e55aedb commit 1571200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_staging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def test_stageout(execparams: ExecutorTestParams, mode: StagingMode) -> None:
9292
def test_stageout_flags1(execparams: ExecutorTestParams) -> None:
9393
if execparams.executor != 'local' and execparams.launcher != 'single':
9494
pytest.skip()
95-
with (_temppath() as out1_path, _temppath() as out2_path, _temppath() as err_path,
96-
_tempdir() as dir):
95+
with _temppath() as out1_path, _temppath() as out2_path, _temppath() as err_path, \
96+
_tempdir() as dir:
9797

9898
out2_path.unlink()
9999
job = Job(JobSpec('/bin/echo', ['-n', 'ABC123'],

0 commit comments

Comments
 (0)