[ARVADOS] updated: 1.3.0-964-g6cd211af7

Git user git at public.curoverse.com
Thu May 30 18:26:12 UTC 2019


Summary of changes:
 build/run-tests.sh              | 1 +
 sdk/pam/arvados_pam/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

       via  6cd211af76807e01bdf0c7cd41cbd5002f32e822 (commit)
      from  3a5601145a6c88b4fd7fe73df369d6cb95dcba5d (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 6cd211af76807e01bdf0c7cd41cbd5002f32e822
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu May 30 14:25:23 2019 -0400

    Fix syntax for python3.
    
    refs #14964
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 0daf80f76..1dcb2d990 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -105,6 +105,7 @@ services/crunch-dispatch-slurm
 services/ws
 sdk/cli
 sdk/pam
+sdk/pam:py3
 sdk/python
 sdk/python:py3
 sdk/ruby
diff --git a/sdk/pam/arvados_pam/__init__.py b/sdk/pam/arvados_pam/__init__.py
index 7f400ceef..dd78d416b 100644
--- a/sdk/pam/arvados_pam/__init__.py
+++ b/sdk/pam/arvados_pam/__init__.py
@@ -17,7 +17,7 @@ def pam_sm_authenticate(pamh, flags, argv):
 
     try:
         username = pamh.get_user(None)
-    except pamh.exception, e:
+    except pamh.exception as e:
         return e.pam_result
 
     if not username:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list