Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soitool
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bachelor-paa-bittet
soitool
Commits
988f53f8
Commit
988f53f8
authored
4 years ago
by
Nikolai Mork
Browse files
Options
Downloads
Patches
Plain Diff
Apply suggestion to soitool/serialize_export_import_soi.py
parent
2d211a83
No related branches found
Branches containing commit
No related tags found
1 merge request
!57
#96 Telefonliste & Fiks til høyde på tabeller (rundt oppløsning)
Pipeline
#83821
passed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
soitool/serialize_export_import_soi.py
+0
-2
0 additions, 2 deletions
soitool/serialize_export_import_soi.py
with
0 additions
and
2 deletions
soitool/serialize_export_import_soi.py
+
0
−
2
View file @
988f53f8
...
@@ -324,8 +324,6 @@ def construct_modules_from_serialized(serialized_modules, database):
...
@@ -324,8 +324,6 @@ def construct_modules_from_serialized(serialized_modules, database):
{
"
widget
"
:
FreeTextModule
(
size
,
data
),
"
meta
"
:
module
[
"
meta
"
]}
{
"
widget
"
:
FreeTextModule
(
size
,
data
),
"
meta
"
:
module
[
"
meta
"
]}
)
)
elif
module_type
==
"
PhonebookModule
"
:
elif
module_type
==
"
PhonebookModule
"
:
size
=
module
[
"
size
"
]
data
=
module
[
"
data
"
]
modules
.
append
(
modules
.
append
(
{
"
widget
"
:
PhonebookModule
(
size
,
data
),
"
meta
"
:
module
[
"
meta
"
]}
{
"
widget
"
:
PhonebookModule
(
size
,
data
),
"
meta
"
:
module
[
"
meta
"
]}
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment