We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa23a4 commit 7f2f0bcCopy full SHA for 7f2f0bc
tools/export/exporters.py
@@ -108,7 +108,7 @@ def progen_get_project_data(self):
108
return project_data
109
110
def progen_gen_file(self, tool_name, project_data):
111
- """" Generate project using ProGen Project API """
+ """ Generate project using ProGen Project API """
112
settings = ProjectSettings()
113
project = Project(self.program_name, [project_data], settings)
114
# TODO: Fix this, the inc_dirs are not valid (our scripts copy files), therefore progen
0 commit comments