Commit 48e9458e4a7e05dba2f4bc4b13bcc2189742cf35
1 parent
573d91f5
Exists in
master
and in
6 other branches
FIX: Open project but (missing utils)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/slice_.py
... | ... | @@ -582,7 +582,7 @@ class Slice(object): |
582 | 582 | |
583 | 583 | # update gui related to mask |
584 | 584 | utils.debug("__load_masks") |
585 | - utils.debug('THRESHOLD_RANGE %s', mask.threshold_range) | |
585 | + utils.debug('THRESHOLD_RANGE %s'% mask.threshold_range) | |
586 | 586 | ps.Publisher().sendMessage('Add mask', |
587 | 587 | (mask.index, |
588 | 588 | mask.name, | ... | ... |