WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b4e4eff

Browse files
committed
reenable removal of interm folders
1 parent 3d67aba commit b4e4eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DLICV/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ def main() -> None:
363363
sitk.WriteImage(mask_component, fpath)
364364
del mask_original, mask_component
365365

366-
# # Remove the (temporary) des_folder directory
367-
# if os.path.exists(des_folder):
368-
# shutil.rmtree(des_folder)
366+
# Remove the (temporary) des_folder directory
367+
if os.path.exists(des_folder):
368+
shutil.rmtree(des_folder)
369369

370370
print("DLICV Process Done!")
371371

0 commit comments

Comments
 (0)