summaryrefslogtreecommitdiff
path: root/file_upload_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'file_upload_tools.py')
-rw-r--r--file_upload_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_upload_tools.py b/file_upload_tools.py
index 50be33a..5e621db 100644
--- a/file_upload_tools.py
+++ b/file_upload_tools.py
@@ -258,7 +258,7 @@ def main():
logging.info('FILES: %s', str(package_list))
- orphans_cleanup()
+ #orphans_cleanup()
package_href_collection = []
for package_path in package_list:
package_basename = os.path.basename(package_path)