Skip to content

Commit

Permalink
Fix the separate command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed May 14, 2015
1 parent eacbd5b commit 9a62527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/didjvu.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def separate_one(self, o, image_filename, output):
width, height = image.ncols, image.nrows
logger.nosy('- image size: %d x %d' % (width, height))
logger.info('- thresholding')
mask = generate_mask(None, image, o.method. o.params)
mask = generate_mask(None, image, o.method, o.params)
logger.info('- saving')
if output is not sys.stdout:
# A real file
Expand Down

0 comments on commit 9a62527

Please sign in to comment.