Skip to content

Commit

Permalink
Fix blank line whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Aug 3, 2018
1 parent 396d64f commit 102d94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/pool/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def parseAndSubmit(cls, args=None, **kwargs):
taskParser.error("Error in task preparation")

setBatchType(batchArgs.batch)

if batchArgs.batch is None: # don't use a batch system
sys.argv = [sys.argv[0]] + batchArgs.leftover # Remove all batch arguments

Expand Down

0 comments on commit 102d94f

Please sign in to comment.