Fix pep8 formatting to fix cloudstack-marvin build
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53268339 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/53268339 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/53268339 Branch: refs/heads/ldapplugin Commit: 5326833971da14df17565b61c7f15f11af6a61b5 Parents: 8ac9274 Author: Prasanna Santhanam <[email protected]> Authored: Fri Aug 30 12:40:42 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Aug 30 12:40:42 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/deployDataCenter.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53268339/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 4c34a50..8cc9cd4 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -109,7 +109,6 @@ specify a valid config file" % cfgFile) sleep(timeout) retry = retry - 1 - def createPrimaryStorages(self, primaryStorages, zoneId, podId, clusterId): if primaryStorages is None: return
