Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoksapps
est
Commits
b849c062
Commit
b849c062
authored
May 07, 2021
by
payno
Browse files
investigate on load_frm_dict
parent
732b472c
Changes
1
Hide whitespace changes
Inline
Side-by-side
est/core/types/spectrum.py
View file @
b849c062
...
...
@@ -345,7 +345,10 @@ class Spectrum(_Spectrum_Base):
value
=
ddict
[
key
]
del
ddict
[
key
]
else
:
value
=
ddict
[
"_larch_grp_members"
][
key
]
try
:
value
=
ddict
[
"_larch_grp_members"
][
key
]
except
Exception
as
e
:
raise
RuntimeError
(
"Fails with key"
,
key
,
"type"
,
type
(
key
))
larch_ddict
[
key
]
=
None
if
value_is_none
(
value
)
else
value
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment