summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-07 18:22:17 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-07 18:22:17 +0200
commitded8925c012edc8e8696d49064d4360e8831a214 (patch)
tree495f7eb39f7064c14bfe38789339e33bb591f662 /sw/qa
parente137b0ee2ac2c7dcd209f44768433b709c432918 (diff)
sw: oops, forgot to amend that before pushing
Change-Id: Idaf3d066a61dcf30019eda9f84bb7442362ab57d
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/python/text_portion_enumeration_test.py3
1 files changed, 1 insertions, 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