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 6483fae commit a4c5529Copy full SHA for a4c5529
workspace_tools/export/exporters.py
@@ -73,7 +73,7 @@ def progen_get_project_data(self):
73
return project_data
74
75
def progen_gen_file(self, tool_name, project_data):
76
- """" Generate project using ProGen Project API """
+ """ Generate project using ProGen Project API """
77
settings = ProjectSettings()
78
project = Project(self.program_name, [project_data], settings)
79
# TODO: Fix this, the inc_dirs are not valid (our scripts copy files), therefore progen
0 commit comments