Skip to content

Commit

Permalink
added EzXML to Project.toml and removed extraneous print statement fr…
Browse files Browse the repository at this point in the history
…om ddi_parser.jl
  • Loading branch information
00krishna committed Apr 6, 2024
1 parent 43f31c2 commit 19a628e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.0.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
OpenAPI = "d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d"
Expand Down
1 change: 0 additions & 1 deletion src/parsers/ddi_parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function _get_var_metadata_from_ddi!(ddi::DDIInfo)
dcml_vec = parse.(Int64, [v.content for v in dcml_nodes])
vartype_vec = [v.content for v in vartype_nodes]
varinterval_vec = [v.content for v in varinterval_nodes]
@show varinterval_vec

for i=1:length(name_nodes)

Expand Down

0 comments on commit 19a628e

Please sign in to comment.