summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 18:08:25 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 18:08:25 +0200
commit66b4496bf5ade6f8c9b515cf7d46b996af3b5b49 (patch)
tree9ba93b15dc18b9d09bc7ef77671638a380957786
parentc5e2957b7620014db7e75ebc86fe4b6ab95fda5a (diff)
debuggin..
-rw-r--r--live-mogrify.py1
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