File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ def getTrange(sizeT, scriptParams):
387387
388388 for img in images :
389389 if img ._prepareRE ().requiresPixelsPyramid ():
390- log ( " ** Can't export a 'Big' image to %s. **" % format )
390+ log (" ** Can't export a 'Big' image to %s. **" % format )
391391 if len (images ) == 1 :
392392 return None , "Can't export a 'Big' image to %s." % format
393393 continue
@@ -398,8 +398,9 @@ def getTrange(sizeT, scriptParams):
398398 saveAsOmeTiff (conn , img , folder_name )
399399 else :
400400 if img ._prepareRE ().requiresPixelsPyramid ():
401- log ( " ** Can't export a 'Big' image to OME-TIFF. **" )
402- log ("\n ----------- Saving planes from image: '%s' ------------" % img .getName ())
401+ log (" ** Can't export a 'Big' image to OME-TIFF. **" )
402+ log ("\n ----------- Saving planes from image: '%s' ------------"
403+ % img .getName ())
403404 sizeC = img .getSizeC ()
404405 sizeZ = img .getSizeZ ()
405406 sizeT = img .getSizeT ()
You can’t perform that action at this time.
0 commit comments