1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #2515: change the skip option to skip_none (#3153)

This commit is contained in:
Alejandro Huertas Herrero 2019-03-29 16:27:15 +01:00 committed by Ruben S. Montero
parent efaf5f3979
commit cc0b77b3a1

View File

@ -43,7 +43,7 @@ module OpenNebula
Ox.sax_parse(self, StringIO.new(str),
:symbolize => false,
:convert_special => true,
:skip => false)
:skip => :skip_none)
end
end
end