Skip to content

small bug in prim logger #155

@vioSpark

Description

@vioSpark

I'm not yet sure if this is really a bug, or I made somewhere a mistake, but in the below line should be
_logger.debug("pasting " + str(u))
instead of
_logger.debug("pasting " + u)

source code here

The current implementation throws
TypeError: can only concatenate str (not "numpy.int64") to str

I'll come back if I find out more details

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions