Consistent black formatting of all Path python files

This commit is contained in:
Markus Lampert
2022-02-28 21:06:16 -08:00
parent 8583894284
commit 934b0aaa07
93 changed files with 5216 additions and 3118 deletions

View File

@@ -58,9 +58,7 @@ class CommandJobCreate:
"Pixmap": "Path_Job",
"MenuText": QT_TRANSLATE_NOOP("Path_Job", "Job"),
"Accel": "P, J",
"ToolTip": QT_TRANSLATE_NOOP(
"Path_Job", "Creates a Path Job object"
),
"ToolTip": QT_TRANSLATE_NOOP("Path_Job", "Creates a Path Job object"),
}
def IsActive(self):
@@ -104,7 +102,8 @@ class CommandJobTemplateExport:
"Pixmap": "Path_ExportTemplate",
"MenuText": QT_TRANSLATE_NOOP("Path_ExportTemplate", "Export Template"),
"ToolTip": QT_TRANSLATE_NOOP(
"Path_ExportTemplate", "Exports Path Job as a template to be used for other jobs"
"Path_ExportTemplate",
"Exports Path Job as a template to be used for other jobs",
),
}