Skip to content

Commit

Permalink
typo : after else
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyF committed Aug 21, 2017
1 parent 93385cf commit cf4f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/service_discovery/sd_docker_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def _fill_tpl(self, state, c_id, instance_tpl, variables, c_tags=None):
# add only default c_tags to the instance to avoid duplicate tags from conf
if c_tags:
tags = c_tags[:] # shallow copy of the c_tags array
else
else:
tags = []
if tags:
tpl_tags = instance_tpl.get('tags', [])
Expand Down

0 comments on commit cf4f8a9

Please sign in to comment.