Don't save name or timestamp for compressed file
This commit is contained in:
parent
b93dedf353
commit
7a676667d6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def main(inputs, output, options):
|
|||
|
||||
with open(target, "w") as f:
|
||||
cmd = [
|
||||
"gzip", "--stdout", "-1", source
|
||||
"gzip", "--no-name", "--stdout", "-1", source
|
||||
]
|
||||
|
||||
subprocess.run(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue