minor decoder code refactoring

This commit is contained in:
Yann Collet
2016-06-03 16:38:27 +02:00
parent 441f5d61fd
commit a5ad5279a5
2 changed files with 15 additions and 15 deletions
+1
View File
@@ -62,6 +62,7 @@ def compress_sample(tag, sample):
os.rename(sample + '.zst', sample + '_18_64_' + tag + '.zst')
# zstdFiles = glob.glob("*.zst*")
# print(zstdFiles)
print(tag + " : compression completed")
# http://stackoverflow.com/a/19711609/2132223