[Git][reproducible-builds/diffoscope][master] Revert "Handling ENOSPC for .zip/.aia or similar files"
Chris Lamb
gitlab at salsa.debian.org
Sun Mar 31 16:43:34 CEST 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
c1f202c4 by Chris Lamb at 2019-03-31T14:41:58Z
Revert "Handling ENOSPC for .zip/.aia or similar files"
This reverts commit afca04881165158435d2ba9ed9ba69074f49a072.
See https://salsa.debian.org/reproducible-builds/diffoscope/commit/afca04881165158435d2ba9ed9ba69074f49a072#note_71853
Gbp-Dch: ignore
- - - - -
1 changed file:
- diffoscope/comparators/zip.py
Changes:
=====================================
diffoscope/comparators/zip.py
=====================================
@@ -152,14 +152,6 @@ class ZipContainer(Archive):
raise ContainerExtractionError(member_name, exc)
raise
- except OSError as ose:
- if (ose.errno == 28):
- sys.tracebacklimit = 0
- raise ose
-
- else:
- raise
-
def get_member(self, member_name):
zipinfo = self.archive.getinfo(member_name)
if zipinfo.filename[-1] == '/':
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/c1f202c4f5b15c8f521735eba69f08e7d37e0ace
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/c1f202c4f5b15c8f521735eba69f08e7d37e0ace
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/20190331/222fd086/attachment.html>
More information about the rb-commits
mailing list