Attribute 'manifest_dict' defined outside __init__

parent 503a6d49
......@@ -46,6 +46,7 @@ class ToolMakefile(object):
self._supported_files = []
self._standard_libs = []
self.fileset = None
self.manifest_dict = {}
if filename:
self._filename = filename
else:
......
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