Fix bug in defname

This commit is contained in:
Joshua Boniface 2018-07-18 02:48:06 -04:00
parent d5ca4262ee
commit 88dbc139fb
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ def findTargetHypervisor(zk_conn, search_field, dom_uuid):
return findTargetHypervisorMem(zk_conn, dom_uuid)
return None
def findTargetHypervisorMem(zk_conn, search_field, dom_uuid):
def findTargetHypervisorMem(zk_conn, dom_uuid):
most_allocfree = 0
target_hypervisor = None