From 842507ae4d31b10a42ad6c5e5f5bd3278fc4f537 Mon Sep 17 00:00:00 2001 From: thomahl <thomahl@stud.ntnu.no> Date: Sun, 22 Mar 2020 19:26:31 +0100 Subject: [PATCH] lintfix etter apply av suggestion i gitlab MR --- soitool/soi_workspace_widget.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/soitool/soi_workspace_widget.py b/soitool/soi_workspace_widget.py index 9aece13..d2c929d 100644 --- a/soitool/soi_workspace_widget.py +++ b/soitool/soi_workspace_widget.py @@ -98,7 +98,11 @@ class SOIWorkspaceWidget(QWidget): if not module_name: module_name = "{} {}".format( module_choice, - str(len(self.soi.modules) + len(self.soi.attachments) + 1), + str( + len(self.soi.modules) + + len(self.soi.attachments) + + 1 + ), ) try: -- GitLab