Commit e12f9946 authored by Peter Uittenbroek's avatar Peter Uittenbroek

Add missing space

parent 048b30cc
......@@ -1232,7 +1232,7 @@ class Options(DictMixin):
raise zc.buildout.UserError("No section named %r" % iname)
result.update(self._do_extend_raw(iname, raw, doing))
result =_annotate_section(result, "")
result = _annotate_section(result, "")
data = _annotate_section(data.copy(), "")
_update_section(result, data)
result = _unannotate_section(result)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment