From f694e623bc88ad374bac80c99ca950eb6c98a93a Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Fri, 10 Apr 2020 17:28:47 +0200 Subject: [PATCH] Apply suggestion to soitool/main_window.py --- soitool/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/main_window.py b/soitool/main_window.py index 17fcc40..683a2f9 100644 --- a/soitool/main_window.py +++ b/soitool/main_window.py @@ -48,7 +48,7 @@ class MainWindow(QMainWindow): self.popup_shortcut_help = ShortcutsHelpDialog() self.popup_basic_use_help = BasicUsageHelpDialog() - # Database instancepartial + # Database instance self.database = Database(db_path) # Timer for automatic update of codes in CodeBook self.timer = QTimer() -- GitLab