Skip to content

Commit

Permalink
Fixed the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dietz committed Apr 4, 2016
1 parent 53fc68d commit a2647b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/pypiper.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
self.output_parent = params['output_parent']
# For now, we assume the memory is in megabytes.
# this could become customizable if necessary
#self.mem = params['mem'] + "m"
self.mem = params['mem'] #+ "m"

# File paths:
self.pipeline_outfolder = os.path.join(outfolder, '')
Expand Down

0 comments on commit a2647b0

Please sign in to comment.