Skip to content

Commit dc5123c

Browse files
committed
Remove space we didn't need
1 parent 1a2f780 commit dc5123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def runPythonTests(self, pyList):
483483
if " " not in executable:
484484
interpreter = interpreter + f" -d --tx={njobs}*popen//python={executable}"
485485
else:
486-
interpreter = interpreter + f" -n {njobs}"
486+
interpreter = interpreter + f" -n {njobs}"
487487

488488
# Remove target so that we always trigger pytest
489489
if os.path.exists(target):

0 commit comments

Comments
 (0)