Python style error because of extraneous characters Presence of Non-ASCII characters caused compilation errors.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7ef04264 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7ef04264 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7ef04264 Branch: refs/heads/junit-tests Commit: 7ef0426437eff71db8127229e27620012a4f40d9 Parents: c6bc77c Author: Prasanna Santhanam <[email protected]> Authored: Fri Oct 12 15:25:18 2012 +0530 Committer: Chip Childers <[email protected]> Committed: Mon Oct 15 16:19:18 2012 -0400 ---------------------------------------------------------------------- test/integration/smoke/test_secondary_storage.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7ef04264/test/integration/smoke/test_secondary_storage.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_secondary_storage.py b/test/integration/smoke/test_secondary_storage.py index ef81d04..6f7f044 100644 --- a/test/integration/smoke/test_secondary_storage.py +++ b/test/integration/smoke/test_secondary_storage.py @@ -277,8 +277,8 @@ class TestSecStorageServices(cloudstackTestCase): # Validate the following # If SSVM is in UP state and running - # 1. wait for listTemplates to show all builtin templates - # downloaded for all added hypervisors and in âReadyâ state" + # 1. wait for listTemplates to show all builtin templates downloaded and + # in Ready state for k, v in self.services["hypervisors"].items():
