Skip to content

Commit e9e11c8

Browse files
committed
Update read.py
1 parent 3390835 commit e9e11c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
data = reader.load_group(groupNo=i)
2020
patchImgArray = reader.asImg(data[0])
2121
im = Image.fromarray(patchImgArray)
22-
path = os.path.join(dillFolder, f"{i}.png")
22+
path = os.path.join(dillFolder, f"{i}-0.png")
2323
im.save(path)
2424

2525

0 commit comments

Comments
 (0)