diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:00:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:00:59 +0200 |
| commit | 43caa294c25a6f62434eac50eaacb7282bc8b161 (patch) | |
| tree | 3d0ef0034b40afdbbefd7af089c3e7234d302400 /test-mogrify.py | |
| parent | 0efd654fe5865f43df5a25bf5a890028f868e2f7 (diff) | |
testy
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 392b520..c1bb28c 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -61,7 +61,7 @@ if __name__ == '__main__': if len(numz) > 0: A_offset = int(numz[0]) if A_offset: - print ">> starting offset: {}".format(A_offset) + print(">> starting offset: {}".format(A_offset)) A_dir = opt.start_img.replace(numz[0], "{:05d}") def process_image(im): |
