summaryrefslogtreecommitdiff
path: root/crop-moving.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-09 23:12:19 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-09 23:12:19 +0100
commit333a743e278dac3f0997bad1b6480ecbceb1d71c (patch)
tree854c2b5ecedb0cf495526e96b1796a8674d76cb0 /crop-moving.py
parentfd022cafdc8a782e00bdb91fb2afb3f4d7893fec (diff)
uprez thirds
Diffstat (limited to 'crop-moving.py')
-rw-r--r--crop-moving.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/crop-moving.py b/crop-moving.py
index 653dc72..2e895d1 100644
--- a/crop-moving.py
+++ b/crop-moving.py
@@ -60,7 +60,8 @@ for i in range(opt.count):
if x < 0:
x = 0
crops.append((x, y0, w, y0 + crop_height + y_margin + y_margin,))
- path = os.path.join(out_path, chr(97 + i))
+ letter = chr(97 + i)
+ path = os.path.join(out_path, letter)
os.makedirs(path)
paths.append(path)