Commit 344ae4d6 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Revert "Strip trailing whitespace from ssconvert(1) output to support gnumeric 1.12.43."

This reverts commit 255cbe59 - there was a
race-condition in fixing this which, I think, stemmed from the fact I didn't
push my fix at the time.
parent 3c4046e0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,4 +61,4 @@ class GnumericFile(File):
        ))

        with open(t.name) as f:
            return f.read().strip()
            return f.read()