Draft: fix syntax errors

This commit is contained in:
wmayer
2021-02-13 12:14:12 +01:00
parent 30a93b648b
commit ac6d06dd84
9 changed files with 12 additions and 9 deletions

View File

@@ -297,7 +297,7 @@ class TaskPanelCircularArray:
"App.ActiveDocument.recompute()"]
# We commit the command list through the parent command
self.source_command.commit(translate("draft","Circular array", _cmd_list)
self.source_command.commit(translate("draft","Circular array", _cmd_list))
def get_distances(self):
"""Get the distance parameters from the widgets."""