Fixing indetation issue

(cherry picked from commit 095be48314)
This commit is contained in:
Gaurav Aradhye 2014-06-18 13:18:04 +05:30 committed by Daan Hoogland
parent b44f66e12f
commit 7e5bad487c
1 changed files with 1 additions and 1 deletions

View File

@ -1322,7 +1322,7 @@ def isVmExpunged(apiclient, vmid, projectid=None, timeout=600):
timeout -= 60
time.sleep(60)
except Exception:
vmExpunged = True
vmExpunged = True
break
#end while
return vmExpunged