From 1f048b81ff9b937536f936703f1eba6bfebe7dc9 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 5 Dec 2017 10:50:51 +0800 Subject: [PATCH] Fix pep8 error Change-Id: I7fbf2ea9fd49ec547553a4d3e8452cff989779d0 --- .../tests/scenario/application_catalog/test_deployment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py b/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py index 3a3ec67..03ee4b6 100644 --- a/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py +++ b/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py @@ -35,8 +35,8 @@ class TestMuranoDeployment(base.BaseApplicationCatalogScenarioTest): raise cls.skipException(msg) super(TestMuranoDeployment, cls).resource_setup() - cls.abs_archive_path = [None]*3 - cls.packages = [None]*3 + cls.abs_archive_path = [None] * 3 + cls.packages = [None] * 3 application_name = utils.generate_name('Apache') cls.abs_archive_path[0], dir_with_archive, archive_name = \