flake8: follow all F rules
This commit is contained in:
parent
7b4c7aa3d1
commit
642508ccf6
10 changed files with 37 additions and 41 deletions
|
|
@ -995,7 +995,7 @@ class VMTaskManager(TaskManager):
|
|||
task_info = self.session.getTaskInfo(task['id'], request=True)
|
||||
vm_name = task_info['request'][0]
|
||||
try:
|
||||
vm = self.libvirt_conn.lookupByName(vm_name)
|
||||
self.libvirt_conn.lookupByName(vm_name)
|
||||
except libvirt.libvirtError:
|
||||
# if this builder does not have the requested VM,
|
||||
# we can't handle the task
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue