From 3691b9d0975fb7035918a28e8bb63283f45152c8 Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Thu, 16 Apr 2020 16:30:52 +0200 Subject: [PATCH] Apply suggestion to soitool/inline_editable_soi_view.py --- soitool/inline_editable_soi_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/inline_editable_soi_view.py b/soitool/inline_editable_soi_view.py index 5a67259..1537430 100644 --- a/soitool/inline_editable_soi_view.py +++ b/soitool/inline_editable_soi_view.py @@ -163,7 +163,7 @@ class InlineEditableSOIView(QScrollArea): self.number_of_non_attachment_pages = ( self.soi.get_number_of_non_attachment_pages() ) - # each attachment module requires it's own page + # Each attachment module requires it's own page required_pages = self.number_of_non_attachment_pages + len( self.soi.attachments ) -- GitLab