Python does not like unexpected whitespace
This commit is contained in:
parent
e25910a1cf
commit
7bfa3331cd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# assignment to config dictionary which will be recursively merged with the
|
||||
# default one.
|
||||
|
||||
{% if env != 'staging' %} {# 1.9 #}
|
||||
{% if env != 'staging' %}{# 1.9 #}
|
||||
class DictMergeWorkaround(object):
|
||||
# workaround that koji login args get accidentally merged with example ones
|
||||
def __init__(self, mapping):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue