From efee0049baf53efa3be10804abc9bc292f2a60ed Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 3 Feb 2017 19:34:02 -0300 Subject: [PATCH] 10968: Deleted space char at the end of a comment --- sdk/python/arvados/commands/put.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py index 9590f9d995..d421d2c473 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) -- 2.39.5