Skip to content
Snippets Groups Projects
Commit 08351909 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/soi_workspace_widget.py

parent 5f725233
No related branches found
No related tags found
1 merge request!73#98 Kodefrasemodul
Pipeline #83454 passed
...@@ -124,7 +124,7 @@ class SOIWorkspaceWidget(QWidget): ...@@ -124,7 +124,7 @@ class SOIWorkspaceWidget(QWidget):
) )
try: try:
# some modules require the database in their init # Some modules require the database in their init
if module_widget_implementation == CodePhraseModule: if module_widget_implementation == CodePhraseModule:
module_widget_intance = module_widget_implementation( module_widget_intance = module_widget_implementation(
database=self.database database=self.database
......
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