Skip to content

Commit 182a5b6

Browse files
authored
Merge pull request #597 from JuliaRobotics/hackfix/20Q3/split_dataEntryType
Split DistributedFactorGraphs.BlobStoreEntry
2 parents 211af7c + 35b437b commit 182a5b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/Serialization.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ function unpackVariable(dfg::G,
108108
dataElemTypes = JSON2.read(packedProps["bigDataElemType"], Dict{Symbol, Symbol})
109109
else
110110
dataElemTypes = JSON2.read(packedProps["dataEntryType"], Dict{Symbol, Symbol})
111+
for (k,name) in dataElemTypes
112+
dataElemTypes[k] = Symbol(split(string(name), '.')[end])
113+
end
111114
end
112115

113116
#TODO Deprecate - for backward compatibility between v0.8 and v0.9, remove in v0.10

0 commit comments

Comments
 (0)