[Libreoffice-commits] .: src/xlsrecord.py

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Apr 12 08:52:15 PDT 2011


 src/xlsrecord.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea4bf0c7b359d87a453ab648a25be3ba70deb41e
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Apr 12 11:50:21 2011 -0400

    Fix a silly bug.

diff --git a/src/xlsrecord.py b/src/xlsrecord.py
index 5bd31de..129628a 100644
--- a/src/xlsrecord.py
+++ b/src/xlsrecord.py
@@ -127,7 +127,7 @@ Like parseBytes(), the derived classes must overwrite this method."""
             for line in self.lines:
                 print (headerStr + line)
         except:
-            print(headerStr + "Error interpreting the record!"%self.header)
+            print(headerStr + "Error interpreting the record!")
 
     def debug (self, msg):
         print ("%4.4Xh: %s"%(self.header, msg))


More information about the Libreoffice-commits mailing list