aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-12-09 02:50:26 -0500
committerPriyansh <[email protected]>2021-12-09 02:50:26 -0500
commit22e1d761027501bfa59b92776cf1c13eef3a0004 (patch)
tree11c3d44dba8d79b4c35e82a72e90090f91917652
parentf3682842826788cdbb9de6014f4654c472069023 (diff)
downloadtemp_pred_arima-22e1d761027501bfa59b92776cf1c13eef3a0004.tar.xz
temp_pred_arima-22e1d761027501bfa59b92776cf1c13eef3a0004.zip
Changing compressor message
-rw-r--r--zipper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zipper.py b/zipper.py
index bc5ada7..7e5b476 100644
--- a/zipper.py
+++ b/zipper.py
@@ -9,6 +9,6 @@ if exists(filename_out):
remove(filename_out)
with open(filename_in, mode="rb") as fin, open(filename_out, mode="wb") as fout:
data = fin.read()
- print("Compressing Pickle File for Version Control...")
+ print("Compressing Pickle File...")
compressed_data = zlib.compress(data, zlib.Z_BEST_COMPRESSION)
fout.write(compressed_data) \ No newline at end of file