Repository: cloudstack Updated Branches: refs/heads/master 62cc1bbf5 -> 9a3712841
Python... Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9a371284 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9a371284 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9a371284 Branch: refs/heads/master Commit: 9a3712841ff03336dcf4f7fe9d92f59a6b39af6f Parents: 62cc1bb Author: Hugo Trippaers <[email protected]> Authored: Fri Aug 1 10:22:53 2014 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Fri Aug 1 10:22:53 2014 +0200 ---------------------------------------------------------------------- tools/marvin/marvin/deployDataCenter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a371284/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 2e41d66..85057d2 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -1141,5 +1141,5 @@ if __name__ == "__main__": print "\n===Removing DataCenter Successful===" tc_run_logger.debug("\n===Removing DataCenter Successful===") - # All OK exit with 0 exitcode - exit(0) + # All OK exit with 0 exitcode + exit(0)
