diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:08:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:08:25 +0200 |
| commit | 66b4496bf5ade6f8c9b515cf7d46b996af3b5b49 (patch) | |
| tree | 9ba93b15dc18b9d09bc7ef77671638a380957786 /live-mogrify.py | |
| parent | c5e2957b7620014db7e75ebc86fe4b6ab95fda5a (diff) | |
debuggin..
Diffstat (limited to 'live-mogrify.py')
| -rw-r--r-- | live-mogrify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 75a40a9..954cd0b 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -361,6 +361,7 @@ def process_live_input(opt, data_opt, rpc_client, model): cv2.imwrite(tmp_path, next_img) os.rename(tmp_path, next_path) + print("created {}".format(next_path)) if data_opt.pause: data_opt.pause = False break |
