Skip to content

I think there is a little error at lib/utils/image.py! #91

@tissuemother

Description

@tissuemother

I think line 32 and 68 have to be change
from
assert os.path.exists(roi_rec['image']), '%s does not exist'.format(roi_rec['image'])
to
assert os.path.exists(roi_rec['image']), '{} does not exist'.format(roi_rec['image'])
.
If the problem just regards to python version, i am sorry. :) ;;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions