Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joguSD committed Sep 11, 2017
1 parent 6c6ff41 commit 9deebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/customizations/cloudformation/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def wait_for_changeset(self, changeset_id, stack_name):
# Wait for changeset to be created
waiter = self._client.get_waiter("change_set_create_complete")
# Poll every 5 seconds. Changeset creation should be fast
waiter_config = { 'Delay': 5 }
waiter_config = {'Delay': 5}
try:
waiter.wait(ChangeSetName=changeset_id, StackName=stack_name,
WaiterConfig=waiter_config)
Expand Down

0 comments on commit 9deebc3

Please sign in to comment.