Removed extra indent to allow the function to return false if an IP is not able to be converted

This commit is contained in:
Levi Gross 2014-02-05 21:25:56 -05:00
parent d3d49367e8
commit 0f58bc9f3d

View File

@ -261,7 +261,7 @@ def preferred_ip(vm_, ips):
except Exception:
continue
return False
return False
def ignore_cidr(vm_, ip):