Skip to content

Commit 91f74f9

Browse files
committed
merge dicts to avoid possible key error;
1 parent 08fdcb8 commit 91f74f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/tasks/get_data_old.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ def get_tags_data_for_exportable(
239239
master[key_title] = [a for e in c["excel")["values") for a in e if a]
240240
241241
"""
242+
if "common" in ex:
243+
ex["excel"].update(ex["common"])
242244
output = [c for a in ex["excel"]["values"] for c in a if c]
243245

244246
elif tip == "matrix1dWidget":

0 commit comments

Comments
 (0)