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

Apply suggestion to soitool/soi_workspace_widget.py

parent 7dbb1b0e
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78016 failed
......@@ -103,7 +103,7 @@ class SOIWorkspaceWidget(QWidget):
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
# 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