Minor Undefined variable fixes (#53383)

Signed-off-by: Bhavik Bhavsar <bbhavsar@redhat.com>
This commit is contained in:
bhavikbhavsar 2019-03-08 19:05:13 +05:30 committed by ansibot
parent 5a4940d197
commit bcb2f59458
2 changed files with 1 additions and 2 deletions

View file

@ -615,7 +615,6 @@ class RHEVConn(object):
return False
elif int(DISK.size) > (1024 * 1024 * 1024 * int(disksize)):
setMsg("Shrinking disks is not supported")
setMsg(str(e))
setFailed()
return False
else: