From 7e5bad487ca85b2a0c8971982d8b642e641a3737 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 18 Jun 2014 13:18:04 +0530 Subject: [PATCH] Fixing indetation issue (cherry picked from commit 095be48314c96b74ed18280a95d710071482d2d6) --- tools/marvin/marvin/lib/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py index 42ffc515208..7b0c7ad445c 100644 --- a/tools/marvin/marvin/lib/common.py +++ b/tools/marvin/marvin/lib/common.py @@ -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