mirror of https://github.com/ARMmbed/mbed-os.git
repairing a minor typo in exporters.py
parent
0aa23a4867
commit
7f2f0bc5c6
|
|
@ -108,7 +108,7 @@ class Exporter(object):
|
||||||
return project_data
|
return project_data
|
||||||
|
|
||||||
def progen_gen_file(self, tool_name, project_data):
|
def progen_gen_file(self, tool_name, project_data):
|
||||||
"""" Generate project using ProGen Project API """
|
""" Generate project using ProGen Project API """
|
||||||
settings = ProjectSettings()
|
settings = ProjectSettings()
|
||||||
project = Project(self.program_name, [project_data], settings)
|
project = Project(self.program_name, [project_data], settings)
|
||||||
# TODO: Fix this, the inc_dirs are not valid (our scripts copy files), therefore progen
|
# TODO: Fix this, the inc_dirs are not valid (our scripts copy files), therefore progen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue