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