Skip to content

Commit

Permalink
improve logger info
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 20, 2024
1 parent 22618fe commit 2ceea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/grabseeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def seeds(args):
min_size = int(round(canvas_size * opts.minsize / 100))
max_size = int(round(canvas_size * opts.maxsize / 100))

logger.debug("Running %s edge detection ...", ff)
logger.debug("Running %s edge detection ", ff)
if ff == "canny":
edges = canny(img_gray, sigma=opts.sigma)
elif ff == "otsu":
Expand Down

0 comments on commit 2ceea49

Please sign in to comment.