Skip to content

Commit d1c9503

Browse files
authored
Merge pull request #105 from legend-exp/fix_deprecate
2 parents 12c1d59 + 0852248 commit d1c9503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/LegendDataManagementLegendHDF5IOExt.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ function LegendDataManagement.read_ldata(f::Base.Callable, data::LegendData, rse
134134
end
135135
elseif f isa PropSelFunction
136136
if !isempty(string((ch)))
137-
_load_all_keys(getproperties(_propfunc_columnnames(f)...)(h[ch, tier]), n_evts)
137+
_load_all_keys(getproperties(_propfunc_columnnames(f))(h[ch, tier]), n_evts)
138138
else
139-
_load_all_keys(getproperties(_propfunc_columnnames(f)...)(h[tier]), n_evts)
139+
_load_all_keys(getproperties(_propfunc_columnnames(f))(h[tier]), n_evts)
140140
end
141141
else
142142
result = if !isempty(string((ch)))

0 commit comments

Comments
 (0)