Skip to content

Commit

Permalink
fix proc_count init
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed May 9, 2019
1 parent 2ddc011 commit 372e67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(
self.output_parent = params['output_parent']

# Keep track of an ID for the number of processes attempted
self.proc_count
self.proc_count = 0

# We use this memory to pass a memory limit to processes like java that
# can take a memory limit, so they don't get killed by a SLURM (or other
Expand Down

0 comments on commit 372e67f

Please sign in to comment.