Skip to content
Snippets Groups Projects
Commit 94c3fc13 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/soi_workspace_widget.py

parent 62dc6945
No related branches found
No related tags found
1 merge request!39#60 "Ny modul" funksjonalitet
Pipeline #76421 canceled
......@@ -98,7 +98,7 @@ class SOIWorkspaceWidget(QWidget):
if not module_name:
module_name = "{} {}".format(
module_choice,
str(len(self.soi.modules) + len(self.soi.attachments)),
str(len(self.soi.modules) + len(self.soi.attachments) + 1),
)
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment