summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-13 19:19:35 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-13 19:19:35 +0200
commit48d8d7af96cd54fc008427acfc6921f202c72a5b (patch)
treec77562b67f72af6c40c39cc734b87b78c23b7abd
parentc584d7c61ff68bc87a4ee7837727c9e24f99bf33 (diff)
dont go live
-rwxr-xr-xaugment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/augment.py b/augment.py
index 81dfc8c..1b81aef 100755
--- a/augment.py
+++ b/augment.py
@@ -103,7 +103,7 @@ _len = len(sequence) - data_opt.augment_take - 2
if _len <= 0:
print("Got empty sequence...")
data_opt.processing = False
- rpc_client.send_status('processing', False)
+ # rpc_client.send_status('processing', False)
sys.exit(1)
transform = get_transform(opt)