From ded8925c012edc8e8696d49064d4360e8831a214 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 7 Sep 2017 18:22:17 +0200 Subject: sw: oops, forgot to amend that before pushing Change-Id: Idaf3d066a61dcf30019eda9f84bb7442362ab57d --- sw/qa/python/text_portion_enumeration_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sw/qa/python/text_portion_enumeration_test.py b/sw/qa/python/text_portion_enumeration_test.py index 343a7da39196..b767368d850b 100644 --- a/sw/qa/python/text_portion_enumeration_test.py +++ b/sw/qa/python/text_portion_enumeration_test.py @@ -770,8 +770,7 @@ class EnumConverter(): continue else: node = self._stack.pop() - assert (isinstance(node, RubyNode)), - "stack error: Ruby expected; is: {}".format(str(node)) + assert (isinstance(node, RubyNode)), "stack error: Ruby expected; is: {}".format(str(node)) elif type_ == "InContentMetadata": xMeta = xPortion.InContentMetadata xmlid = xMeta.MetadataReference -- cgit