Skip to content
Snippets Groups Projects
Commit ac4864a2 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

bugfix: dict with the evt data was not returned

parent 1d7b1227
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ function read_compound(files::Vector{T}) where {T <: AbstractString}
filedata[filepath] = EvtFile(filepath)
end
end
filedata
end
end # module
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment