Browse Source

compress errors :)

tags/LEDFlickr
Simon Schmidt 2 years ago
parent
commit
bff8cdbeb7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      create_gz_files.py

+ 3
- 0
create_gz_files.py View File

@@ -31,5 +31,8 @@ def convert_to_gzip(src, out, f):
src='data/'
out='compress/'

if not 'compress' in os.listdir():
os.mkdir('compress')

for f in os.listdir(src):
convert_to_gzip(src, out, f)

Loading…
Cancel
Save