Update resize.py
Browse files
resize.py
CHANGED
@@ -43,7 +43,7 @@ def main():
|
|
43 |
trashDir = os.path.join(prepath, 'trash')
|
44 |
white-glassDir = os.path.join(prepath, 'white-glass')
|
45 |
|
46 |
-
destPath = os.path.join(os.getcwd(), '
|
47 |
try:
|
48 |
os.makedirs(destPath)
|
49 |
except OSError:
|
|
|
43 |
trashDir = os.path.join(prepath, 'trash')
|
44 |
white-glassDir = os.path.join(prepath, 'white-glass')
|
45 |
|
46 |
+
destPath = os.path.join(os.getcwd(), 'Combined-resized')
|
47 |
try:
|
48 |
os.makedirs(destPath)
|
49 |
except OSError:
|