mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
scripts: use in even more
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
@@ -46,7 +46,7 @@ def load_file(fh):
|
||||
instatus = True
|
||||
elif re.search(r'''enum remote_auth_type''', line):
|
||||
inauth = True
|
||||
elif line.find("}") != -1:
|
||||
elif "}" in line:
|
||||
intype = False
|
||||
instatus = False
|
||||
inauth = False
|
||||
|
||||
Reference in New Issue
Block a user