Skip to content

Commit 14dbd4b

Browse files
committed
Remove extraneous space
1 parent b7dbb84 commit 14dbd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async def run_command(self, cmd, input=None, env=None):
225225
self.log.error("Subprocess returned exitcode %s" % err)
226226
self.log.error(eout)
227227
raise RuntimeError(eout)
228-
228+
229229
out = out.decode().strip()
230230
return out
231231

0 commit comments

Comments
 (0)