[ARVADOS] updated: b5af6347690934f0a0fba10b79b6d8dcf2c84243

Git user git at public.curoverse.com
Tue Dec 13 10:11:30 EST 2016


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

       via  b5af6347690934f0a0fba10b79b6d8dcf2c84243 (commit)
      from  9f2fccd1c01823a762044c8a73e6fa0f7ed9086b (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 b5af6347690934f0a0fba10b79b6d8dcf2c84243
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Tue Dec 13 12:11:06 2016 -0300

    10383: Fixed misuse of logger.error()

diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py
index 0fc307a..41aa41e 100644
--- a/sdk/python/arvados/commands/put.py
+++ b/sdk/python/arvados/commands/put.py
@@ -870,7 +870,7 @@ def main(arguments=None, stdout=sys.stdout, stderr=sys.stderr):
         sys.exit(1)
 
     if args.progress:  # Print newline to split stderr from stdout for humans.
-        logger.error("\n")
+        logger.info("\n")
 
     if args.stream:
         if args.normalize:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list