mirror of https://github.com/apache/cloudstack.git
Fix indent to stop tabnanny from complaining
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
c184925096
commit
db65f2fe9c
|
|
@ -180,7 +180,7 @@ class TestExplicitDedication(cloudstackTestCase):
|
|||
|
||||
#If no empty host is found, return
|
||||
if empty_host:
|
||||
self.skipTest("Did not find any empty hosts, Skipping")
|
||||
self.skipTest("Did not find any empty hosts, Skipping")
|
||||
|
||||
# Create an affinity group for explicit dedication.
|
||||
agCmd = createAffinityGroup.createAffinityGroupCmd()
|
||||
|
|
|
|||
Loading…
Reference in New Issue