mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Fix RELOG.parsefile
This commit is contained in:
@@ -2,7 +2,7 @@ using JSON
|
|||||||
using OrderedCollections
|
using OrderedCollections
|
||||||
|
|
||||||
function parsefile(path::String)::Instance
|
function parsefile(path::String)::Instance
|
||||||
return RELOG.parse(JSON.parsefile(path, dicttype = () -> OrderedDict()))
|
return RELOG.parse(JSON.parsefile(path; dicttype = OrderedDict))
|
||||||
end
|
end
|
||||||
|
|
||||||
function parse(json)::Instance
|
function parse(json)::Instance
|
||||||
|
|||||||
Reference in New Issue
Block a user