sw/qa/python/text_portion_enumeration_test.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit ded8925c012edc8e8696d49064d4360e8831a214
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu Sep 7 18:22:17 2017 +0200

    sw: oops, forgot to amend that before pushing
    
    Change-Id: Idaf3d066a61dcf30019eda9f84bb7442362ab57d

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to