Skip to content

Commit 7f2f0bc

Browse files
committed
repairing a minor typo in exporters.py
1 parent 0aa23a4 commit 7f2f0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/exporters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def progen_get_project_data(self):
108108
return project_data
109109

110110
def progen_gen_file(self, tool_name, project_data):
111-
"""" Generate project using ProGen Project API """
111+
""" Generate project using ProGen Project API """
112112
settings = ProjectSettings()
113113
project = Project(self.program_name, [project_data], settings)
114114
# TODO: Fix this, the inc_dirs are not valid (our scripts copy files), therefore progen

0 commit comments

Comments
 (0)