[ARVADOS] updated: 61da6612acb822a87fca157fe39757460213473f

git at public.curoverse.com git at public.curoverse.com
Fri Jul 31 10:12:54 EDT 2015


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

       via  61da6612acb822a87fca157fe39757460213473f (commit)
      from  1000275df3e0b4207ae60d51d25b96f74bd06c23 (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 61da6612acb822a87fca157fe39757460213473f
Author: Brett Smith <brett at curoverse.com>
Date:   Fri Jul 31 10:12:43 2015 -0400

    arv-copy git check doesn't catch system exceptions.
    
    No issue #.

diff --git a/sdk/python/arvados/commands/arv_copy.py b/sdk/python/arvados/commands/arv_copy.py
index 09cd9d4..b68b5dc 100755
--- a/sdk/python/arvados/commands/arv_copy.py
+++ b/sdk/python/arvados/commands/arv_copy.py
@@ -192,7 +192,7 @@ def api_for_instance(instance_name):
 def check_git_availability():
     try:
         arvados.util.run_command(['git', '--help'])
-    except:
+    except Exception:
         abort('git command is not available. Please ensure git is installed.')
 
 # copy_pipeline_instance(pi_uuid, src, dst, args)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list