We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922f9a0 commit 711da74Copy full SHA for 711da74
magmap/io/importer.py
@@ -695,7 +695,7 @@ def assign_metadata(
695
img5d.shapes = md["sizes"]
696
# get first series' shape
697
md[config.MetaKeys.SHAPE] = libmag.get_if_within(img5d.shapes, 0)
698
- _logger.debug("Image shapes %", img5d.shapes)
+ _logger.debug("Image shapes %s", img5d.shapes)
699
except KeyError:
700
_logger.debug("Could not find image sizes")
701
0 commit comments