Skip to content

Commit

Permalink
Default num_jobs to 1 instead of 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn committed Sep 28, 2018
1 parent 0ebc5d4 commit 36cbf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion condorpy/htcondor_object_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def cluster_id(self):

@property
def num_jobs(self):
return 0
return 1

@property
def scheduler(self):
Expand Down

0 comments on commit 36cbf2c

Please sign in to comment.