Skip to content

Commit 5d04eba

Browse files
committed
fix to prev
1 parent c46f1c7 commit 5d04eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GSASII/GSASIIscriptable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ def add_image(self, imagefile, fmthint=None, defaultImage=None,
27382738
rd.readfilename = imagefile
27392739
TreeLbl = 'IMG '+os.path.basename(imagefile)
27402740
if 'ImageTag' in rd.Data: # HDF5 quickread by tag
2741-
TreeLbl += f' {rd.Data['ImageTag'][0]}-{rd.Data['ImageTag'][1]}'
2741+
TreeLbl += f" {rd.Data['ImageTag'][0]}-{rd.Data['ImageTag'][1]}"
27422742
rd.Data['ImageTag'] = (rd.Data['ImageTag'][0],
27432743
rd.Data['ImageTag'][1],
27442744
rd.Image.shape)

0 commit comments

Comments
 (0)