Skip to content

Commit

Permalink
B #2515: change the skip option to skip_none (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas Herrero authored and Ruben S. Montero committed Mar 29, 2019
1 parent efaf5f3 commit cc0b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oca/ruby/opennebula/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def parse(str)
Ox.sax_parse(self, StringIO.new(str),
:symbolize => false,
:convert_special => true,
:skip => false)
:skip => :skip_none)
end
end
end
Expand Down

0 comments on commit cc0b77b

Please sign in to comment.