Skip to content

Commit

Permalink
isempty
Browse files Browse the repository at this point in the history
  • Loading branch information
ymiftah authored and pesap committed Sep 16, 2024
1 parent 0515d58 commit 9ca67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/power_system_table_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function System(
)

for (val, parser) in parsers
if !isnothing(val)
if !isempty(val)
parser(sys, data)
end
end
Expand Down

0 comments on commit 9ca67d5

Please # to comment.