[arvados] updated: 2.6.0-575-g65b6c03be4

git repository hosting git at public.arvados.org
Mon Sep 11 19:58:09 UTC 2023


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

       via  65b6c03be4dc6fae47c1c70d564c950decfe6365 (commit)
      from  e2ff62325b64e1d2026bdd5f5b9e7a3f1064ba1e (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 65b6c03be4dc6fae47c1c70d564c950decfe6365
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Sep 11 15:57:53 2023 -0400

    20937: Fix in -> is typo
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/python/arvados/commands/arv_copy.py b/sdk/python/arvados/commands/arv_copy.py
index 76b08a38cb..00625cb950 100755
--- a/sdk/python/arvados/commands/arv_copy.py
+++ b/sdk/python/arvados/commands/arv_copy.py
@@ -169,7 +169,7 @@ def main():
 
     # If no exception was thrown and the response does not have an
     # error_token field, presume success
-    if result in None or 'error_token' in result or 'uuid' not in result:
+    if result is None or 'error_token' in result or 'uuid' not in result:
         if result:
             logger.error("API server returned an error result: {}".format(result))
         exit(1)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list