Skip to content

Commit

Permalink
Remove trailing/leading whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Feb 2, 2015
1 parent ab7ba1a commit e9fdaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions awscli/customizations/s3/s3handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
LOGGER = logging.getLogger(__name__)

CommandResult = namedtuple('CommandResult',
['num_tasks_failed', 'num_tasks_warned'])
['num_tasks_failed', 'num_tasks_warned'])


class S3Handler(object):
Expand Down Expand Up @@ -111,7 +111,7 @@ def call(self, files):
priority=self.executor.IMMEDIATE_PRIORITY)
self._shutdown()
self.executor.wait_until_shutdown()

return CommandResult(self.executor.num_tasks_failed,
self.executor.num_tasks_warned)

Expand Down Expand Up @@ -490,7 +490,7 @@ def _enqueue_upload_tasks(self, num_uploads, chunksize, upload_context,
task_class=task_class,
payload=payload
)
num_uploads += 1
num_uploads += 1
if not is_remaining:
break
# Once there is no more data left, announce to the context how
Expand Down

0 comments on commit e9fdaf7

Please sign in to comment.