Skip to content

Commit 711da74

Browse files
committed
Fix typo in logging message for image shape
1 parent 922f9a0 commit 711da74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magmap/io/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def assign_metadata(
695695
img5d.shapes = md["sizes"]
696696
# get first series' shape
697697
md[config.MetaKeys.SHAPE] = libmag.get_if_within(img5d.shapes, 0)
698-
_logger.debug("Image shapes %", img5d.shapes)
698+
_logger.debug("Image shapes %s", img5d.shapes)
699699
except KeyError:
700700
_logger.debug("Could not find image sizes")
701701

0 commit comments

Comments
 (0)