[ARVADOS] updated: a7d2ff32ec742b8feb38898694f1925b1e45c6eb

Git user git at public.curoverse.com
Fri Jun 17 16:27:22 EDT 2016


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

       via  a7d2ff32ec742b8feb38898694f1925b1e45c6eb (commit)
      from  2e5f6787e7b37a47247035803fba41354cbdabdd (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 a7d2ff32ec742b8feb38898694f1925b1e45c6eb
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jun 17 16:27:18 2016 -0400

    Bugfix "arv-ws --id" option, refs #9388.

diff --git a/sdk/python/arvados/commands/ws.py b/sdk/python/arvados/commands/ws.py
index 988ec96..f6dee17 100644
--- a/sdk/python/arvados/commands/ws.py
+++ b/sdk/python/arvados/commands/ws.py
@@ -15,7 +15,7 @@ def main(arguments=None):
     parser.add_argument('-u', '--uuid', type=str, default="", help="Filter events on object_uuid")
     parser.add_argument('-f', '--filters', type=str, default="", help="Arvados query filter to apply to log events (JSON encoded)")
     parser.add_argument('-s', '--start-time', type=str, default="", help="Arvados query filter to fetch log events created at or after this time. This will be server time in UTC. Allowed format: YYYY-MM-DD or YYYY-MM-DD hh:mm:ss")
-    parser.add_argument('-i', '--id', type=int, default="", help="Start from given log id.")
+    parser.add_argument('-i', '--id', type=int, default=None, help="Start from given log id.")
 
     group = parser.add_mutually_exclusive_group()
     group.add_argument('--poll-interval', default=15, type=int, help="If websockets is not available, specify the polling interval, default is every 15 seconds")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list