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 <[email protected]> Authored: Wed Jun 18 13:18:04 2014 +0530 Committer: Girish Shilamkar <[email protected]> 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
