[Git][reproducible-builds/diffoscope][master] Revert "Strip trailing whitespace from ssconvert(1) output to support gnumeric 1.12.43."

Chris Lamb gitlab at salsa.debian.org
Sun Sep 30 13:49:40 CEST 2018


Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
344ae4d6 by Chris Lamb at 2018-09-30T11:49:00Z
Revert "Strip trailing whitespace from ssconvert(1) output to support gnumeric 1.12.43."

This reverts commit 255cbe59cf4f1e0b8a3226bbfd147be9d54a7100 - there was a
race-condition in fixing this which, I think, stemmed from the fact I didn't
push my fix at the time.

- - - - -


1 changed file:

- diffoscope/comparators/gnumeric.py


Changes:

=====================================
diffoscope/comparators/gnumeric.py
=====================================
@@ -61,4 +61,4 @@ class GnumericFile(File):
         ))
 
         with open(t.name) as f:
-            return f.read().strip()
+            return f.read()



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/344ae4d61439eb148205fba7ede53dc7d6164a5b

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/344ae4d61439eb148205fba7ede53dc7d6164a5b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180930/962d4518/attachment.html>


More information about the rb-commits mailing list