Skip to content

Commit

Permalink
Don't ignore compress argument
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Oct 6, 2014
1 parent f7b2e1a commit a2116b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ddfscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def push(program, tag, *files):
for file in files:
if tarballs:
for name, buf, size in program.ddfs.tarblobs(file,
compress=program.options.compress,
include=program.options.include,
exclude=program.options.exclude):
print("extracted {0}".format(name))
Expand Down

0 comments on commit a2116b5

Please sign in to comment.