Skip to content

Commit

Permalink
eliminate passing interim table dict
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Oct 20, 2021
1 parent bf34308 commit 155ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XTbML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function parseXTbMLTable(x, path)
return XTbML_SelectUltimate(sel,ult,d)
else
# return generic table
return XTbML_Generic(tables,d)
return XTbML_Generic([t.dict for t in tables],d)
end
else
# return generic table
Expand Down

0 comments on commit 155ebf9

Please sign in to comment.