Merge "Remove lxml deprecated methods"
This commit is contained in:
commit
c6e13c1a85
@ -368,7 +368,7 @@ class ZadaraVPSAISCSIDriver(driver.ISCSIDriver):
|
|||||||
|
|
||||||
result_list = []
|
result_list = []
|
||||||
key, value = search_tuple
|
key, value = search_tuple
|
||||||
for child_object in objects.getchildren():
|
for child_object in list(objects):
|
||||||
found_value = child_object.findtext(key)
|
found_value = child_object.findtext(key)
|
||||||
if found_value and (found_value == value or value is None):
|
if found_value and (found_value == value or value is None):
|
||||||
if first:
|
if first:
|
||||||
|
Loading…
Reference in New Issue
Block a user