Closedown

This commit is contained in:
2019-10-31 08:25:07 +01:00
parent 1cf785b4f1
commit ec5523acdb

View File

@@ -50,7 +50,7 @@ def get_image_array(ip):
else:
return ip.getProcessor().getIntArray()
def open_image(file_name)
def open_image(file_name):
file_name = get_context().setup.expandPath(file_name)
return Opener().openTiff(file_name, 1)