Skip to content

Commit

Permalink
Make importjsondict more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Oct 18, 2024
1 parent 50ac187 commit 4c90242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def run(self):

if "rw_indices" in entry:
rw_indices = "; ".join(
entry["rw_indices"]["CW"] + entry["rw_indices"]["MD"]
[index for list in entry.values() for index in list]
)
else:
rw_indices = ""
Expand Down

0 comments on commit 4c90242

Please sign in to comment.