Skip to content
#

jython

Here are 96 public repositories matching this topic...

cherrypy
cheroot
smaffiol
smaffiol commented Dec 19, 2018

imctools.io.imcfolderwriter.write_imc_folder(self, zipfolder=True, remove_folder=None)

remove_folder is used at the end of the method to cleanup out_folder - the folder where all the data have just been created:
if remove_folder:
os.removedirs(out_folder)

While this makes sense when also zipfolder=True (which is the case when also zipfolder=True and remove_folder=None) - I

Improve this page

Add a description, image, and links to the jython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jython topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.