We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcab16 commit 1bb6853Copy full SHA for 1bb6853
pippin/config.py
@@ -8,7 +8,6 @@
8
import tarfile
9
import gzip
10
11
-
12
def compress_dir(output_filename, source_dir):
13
logging.info(f"Compressing {source_dir} to {output_filename}")
14
with tarfile.open(output_filename, "w:gz") as tar:
0 commit comments