[ARVADOS] updated: 0edcc26fa0f04c707f0b6fd3694c3dae7572d8f7

git at public.curoverse.com git at public.curoverse.com
Fri Oct 17 11:41:31 EDT 2014


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

       via  0edcc26fa0f04c707f0b6fd3694c3dae7572d8f7 (commit)
      from  a0c099f41a00785b6d28a105e49f40e713e78882 (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 0edcc26fa0f04c707f0b6fd3694c3dae7572d8f7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Oct 17 11:41:24 2014 -0400

    3609: Don't match any character for -lfoo arguments, just match letters.

diff --git a/sdk/python/arvados/commands/run.py b/sdk/python/arvados/commands/run.py
index 475b2a9..962d6a8 100644
--- a/sdk/python/arvados/commands/run.py
+++ b/sdk/python/arvados/commands/run.py
@@ -121,7 +121,7 @@ def main(arguments=None):
             project = determine_project(os.getcwd(), api.users().current().execute()["uuid"])
 
     patterns = [re.compile("([^=]+=)(.*)"),
-                re.compile("(-.)(.+)")]
+                re.compile("(-[A-Za-z])(.+)")]
 
     for j, command in enumerate(slots[1:]):
         for i, a in enumerate(command):

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list