From 9a65d4a784141e7263b368b1cb52919cb8ace119 Mon Sep 17 00:00:00 2001 From: Tiago Ferraz Date: Mon, 23 Mar 2015 11:01:56 -0300 Subject: Fixed pep8 errors. --- service/test/functional/features/environment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/test/functional/features/environment.py') diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index 6ef48376..5dab437f 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -50,8 +50,8 @@ def before_feature(context, feature): def after_step(context, step): if step.status == 'failed': id = str(uuid.uuid4()) - context.browser.save_screenshot('failed '+str(step.name)+'_'+id+".png") - save_source(context, 'failed '+str(step.name)+'_'+id+".html") + context.browser.save_screenshot('failed ' + str(step.name) + '_' + id + ".png") + save_source(context, 'failed ' + str(step.name) + '_' + id + ".html") def after_feature(context, feature): -- cgit v1.2.3