[ARVADOS] updated: 697e73b0605b6c182f1051e97ed370d5afa7d954

Git user git at public.curoverse.com
Fri Dec 16 16:55:50 EST 2016


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

       via  697e73b0605b6c182f1051e97ed370d5afa7d954 (commit)
      from  dcca309415bc0683f57f38ad65c30b539d80e191 (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 697e73b0605b6c182f1051e97ed370d5afa7d954
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Dec 16 18:54:18 2016 -0300

    10383: Fix for making arv-keep-get tests pass.

diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py
index 38e4349..714281c 100644
--- a/sdk/python/arvados/commands/put.py
+++ b/sdk/python/arvados/commands/put.py
@@ -427,7 +427,7 @@ class ArvPutUploadJob(object):
             # bytes_written count is correct.
             for f in self.collection_file_paths(self._local_collection,
                                                 path_prefix=""):
-                if f != 'stdin' and not f in self._file_paths:
+                if f != 'stdin' and f != self.filename and not f in self._file_paths:
                     self._local_collection.remove(f)
             # Update bytes_written from current local collection and
             # report initial progress.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list