Skip to content

Commit a4c5529

Browse files
ohagendorf0xc0170
authored andcommitted
minor change in doc string format in exporter.py (#1739)
1 parent 6483fae commit a4c5529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/exporters.py

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

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

0 commit comments

Comments
 (0)