You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/06/18 09:54:03 UTC

git commit: updated refs/heads/4.4-forward to 095be48

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 588e3e37a -> 095be4831


Fixing indetation issue


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/095be483
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/095be483
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/095be483

Branch: refs/heads/4.4-forward
Commit: 095be48314c96b74ed18280a95d710071482d2d6
Parents: 588e3e3
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Jun 18 13:18:04 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Wed Jun 18 13:23:22 2014 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/lib/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/095be483/tools/marvin/marvin/lib/common.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py
index 42ffc51..7b0c7ad 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