Skip to content

Commit 2b12770

Browse files
committed
bugfix
1 parent bd5a9a3 commit 2b12770

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/BigData/services/AbstractBigDataEntries.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ Related
124124
125125
addDataEntry!, addData!, fetchData, fetchDataEntryElement
126126
"""
127-
function getDataEntryElement(dfg::AbstractDFG, dfglabel::Symbol, datastore::DataStore, datalabel::Symbol)
127+
function getDataEntryElement(dfg::AbstractDFG,
128+
dfglabel::Symbol,
129+
datastore::Union{FileDataStore, InMemoryDataStore},
130+
datalabel::Symbol)
131+
#
128132
vari = getVariable(dfg, dfglabel)
129133
if !hasDataEntry(vari, datalabel)
130134
@error "missing data entry $datalabel in $dfglabel"

0 commit comments

Comments
 (0)