[ARVADOS] updated: 11990115642928c703077e7089a4415b36a363b9

git at public.curoverse.com git at public.curoverse.com
Tue Jul 21 15:14:04 EDT 2015


Summary of changes:
 sdk/python/arvados/commands/ws.py | 2 ++
 1 file changed, 2 insertions(+)

       via  11990115642928c703077e7089a4415b36a363b9 (commit)
      from  9844eb7f071daea026b617ceb2eac79bb595e9e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 11990115642928c703077e7089a4415b36a363b9
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 21 15:08:11 2015 -0400

    6473: last_log_id null error

diff --git a/sdk/python/arvados/commands/ws.py b/sdk/python/arvados/commands/ws.py
index 9fad8b9..8dda711 100644
--- a/sdk/python/arvados/commands/ws.py
+++ b/sdk/python/arvados/commands/ws.py
@@ -64,6 +64,8 @@ def main(arguments=None):
     if args.start_time:
         last_log_id = 1
         filters += [ ['created_at', '>=', args.start_time] ]
+    else:
+        last_log_id = None
 
     def on_message(ev):
         global filters

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list