[ARVADOS] updated: aaa45b09de0e9437743fce53d7c0bf8165074b5e

Git user git at public.curoverse.com
Fri Feb 3 17:35:07 EST 2017


Summary of changes:
 sdk/python/arvados/commands/put.py | 40 ++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 15 deletions(-)

       via  aaa45b09de0e9437743fce53d7c0bf8165074b5e (commit)
       via  efee0049baf53efa3be10804abc9bc292f2a60ed (commit)
       via  ef328d9143c65c72c37194272f90fabc3ec45e0a (commit)
       via  211884f495248bbaf2ab74ff8d5ae2ed54b97bf2 (commit)
      from  74a9decf66adc216d3d8bbb7ee8f6e3704d9590d (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 aaa45b09de0e9437743fce53d7c0bf8165074b5e
Merge: 74a9dec efee004
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Feb 3 19:34:49 2017 -0300

    Merge branch '10968-arvput-resume-progress'
    Closes #10968


commit efee0049baf53efa3be10804abc9bc292f2a60ed
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Feb 3 19:34:02 2017 -0300

    10968: Deleted space char at the end of a comment

diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py
index 9590f9d..d421d2c 100644
--- a/sdk/python/arvados/commands/put.py
+++ b/sdk/python/arvados/commands/put.py
@@ -865,7 +865,7 @@ def main(arguments=None, stdout=sys.stdout, stderr=sys.stderr):
         reporter = None
 
     # If this is used by a human, and there's at least one directory to be
-    # uploaded, the expected bytes calculation can take a moment. 
+    # uploaded, the expected bytes calculation can take a moment.
     if args.progress and any([os.path.isdir(f) for f in args.paths]):
         logger.info("Calculating upload size, this could take some time...")
     bytes_expected = expected_bytes_for(args.paths)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list