summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
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)