Commit e97f7899 by Rik Theys

Fix tabs

parent a61978ae
...@@ -281,11 +281,11 @@ class Virt(object): ...@@ -281,11 +281,11 @@ class Virt(object):
results = [] results = []
for x in vms: for x in vms:
try: try:
if state: if state:
vmstate = self.conn.get_status2(x) vmstate = self.conn.get_status2(x)
if vmstate == state: if vmstate == state:
results.append(x.name()) results.append(x.name())
else: else:
results.append(x.name()) results.append(x.name())
except: except:
pass pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment