We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39a1b2c + f1e8f01 commit 14e6456Copy full SHA for 14e6456
lib/galaxy/util/compression_utils.py
@@ -440,10 +440,6 @@ def make_fast_zipfile(
440
if root_dir is not None:
441
base_dir = os.path.join(root_dir, base_dir)
442
base_dir = os.path.normpath(base_dir)
443
- if arcname != os.curdir:
444
- zf.write(base_dir, arcname)
445
- if logger is not None:
446
- logger.info("adding '%s'", base_dir)
447
for dirpath, dirnames, filenames in os.walk(base_dir):
448
arcdirpath = dirpath
449
0 commit comments