Skip to content

Commit a2116b5

Browse files
Don't ignore compress argument
1 parent f7b2e1a commit a2116b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ddfscli.py

+1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def push(program, tag, *files):
306306
for file in files:
307307
if tarballs:
308308
for name, buf, size in program.ddfs.tarblobs(file,
309+
compress=program.options.compress,
309310
include=program.options.include,
310311
exclude=program.options.exclude):
311312
print("extracted {0}".format(name))

0 commit comments

Comments
 (0)