Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 committed Jun 18, 2024
1 parent 7dcab16 commit 1bb6853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pippin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import tarfile
import gzip


def compress_dir(output_filename, source_dir):
logging.info(f"Compressing {source_dir} to {output_filename}")
with tarfile.open(output_filename, "w:gz") as tar:
Expand Down

0 comments on commit 1bb6853

Please sign in to comment.