summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 04:02:06 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 04:02:06 +0200
commitfa1e819c6a3d30e8426902b315879aaef40c5dfd (patch)
tree971afd88cffeb98ece386f3b768f0ad5793679c4
parent9829933c76af20c810d6ca3de157c35b2b77487d (diff)
un rato
-rw-r--r--live-mogrify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py
index 1801b9b..a1836cc 100644
--- a/live-mogrify.py
+++ b/live-mogrify.py
@@ -230,6 +230,7 @@ def process_live_input(opt, data_opt, rpc_client):
cv2.imwrite(tmp_path, next_img)
os.rename(tmp_path, next_path)
+ print('wrote {}'.format(next_path))
if __name__ == '__main__':
listener = Listener()