| opendj-sdk/opends/tests/shared/python/security.py | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/tests/shared/python/security.py
@@ -29,8 +29,12 @@ aci_file = open(filename,"r") ret_str = "" for line in aci_file.readlines(): try: for line in aci_file.readlines(): aci_index = line.find("aci:") if aci_index > -1: ret_str = ret_str + line return ret_str ret_str = ret_str + line return ret_str finally: aci_file.close()