Merge "Remove lxml deprecated methods"

This commit is contained in:
Zuul 2021-01-02 15:31:47 +00:00 committed by Gerrit Code Review
commit c6e13c1a85

View File

@ -368,7 +368,7 @@ class ZadaraVPSAISCSIDriver(driver.ISCSIDriver):
result_list = []
key, value = search_tuple
for child_object in objects.getchildren():
for child_object in list(objects):
found_value = child_object.findtext(key)
if found_value and (found_value == value or value is None):
if first: