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

Merge branch 'modul-autentifiseringstavle' of...

Merge branch 'modul-autentifiseringstavle' of https://gitlab.stud.idi.ntnu.no/bachelor-paa-bittet/soitool into modul-autentifiseringstavle
parents 0713c280 4132eb71
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78017 failed
......@@ -13,7 +13,7 @@ from rectpack import (
)
from soitool.modules.module_base import set_module_pos
# functions to sort modules by different criteria
# Functions to sort modules by different criteria
def modules_sort_by_none(modules):
......
......@@ -102,8 +102,8 @@ class SOIWorkspaceWidget(QWidget):
module_widget_implementation = chosen_module.widget_implementation
is_attachment = new_module_dialog.checkbox_attachment.isChecked()
# no module name means the user expects one to be generated
# autogenerated name is not meant to be pretty, it's just meant
# No module name means the user expects one to be generated
# Autogenerated name is not meant to be pretty, it's just meant
# to be unique
if not module_name:
module_name = "{} {}".format(
......
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