Skip to content

Commit 0ffd4af

Browse files
committed
Updated
1 parent 684603c commit 0ffd4af

3 files changed

Lines changed: 1 addition & 1 deletion

src/IOFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class IO_Functions:
2626
def __init__(self):
2727
self = self
28-
tiff = Image.open("src/.example.ome.tif")
28+
tiff = Image.open(os.path.join('src', ".example.ome.tif"))
2929
self.example_tags = tiff.tag_v2
3030
return
3131

Binary file not shown.

0 commit comments

Comments
 (0)