Python does not like unexpected whitespace

This commit is contained in:
Mikolaj Izdebski 2017-01-20 07:57:56 +00:00
parent e25910a1cf
commit 7bfa3331cd

View file

@ -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):