summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:16:38 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:16:38 +0200
commit2fd5f6bee2a53f2df3e98c5b61f1ba9da85777d5 (patch)
tree6f136da6bee75e66b927a526c9af310b1b16e889 /test-mogrify.py
parent02d5ae34546123271091b0ff6444373f8a8d4e60 (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 7a1dfdd..8ad85a4 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -54,7 +54,7 @@ if __name__ == '__main__':
if data_opt.just_copy:
copyfile(opt.start_img, start_img_path)
else:
- print("preload {}".format(start_img))
+ print("preload {}".format(opt.start_img))
A_img = Image.open(opt.start_img).convert('RGB')
A_im = np.asarray(A_img)
A = process_image(A_im)