[Git][reproducible-builds/diffoscope][master] Correct/revert some in-process debugging code that was accidentally committed...

Chris Lamb gitlab at salsa.debian.org
Fri Aug 16 16:45:25 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
13283c47 by Chris Lamb at 2019-08-16T16:44:30Z
Correct/revert some in-process debugging code that was accidentally committed in d3c7ac8e4beeda5a5caaf6b69f3d67a852f72d6f.

- - - - -


1 changed file:

- diffoscope/difference.py


Changes:

=====================================
diffoscope/difference.py
=====================================
@@ -289,7 +289,7 @@ class Difference(object):
         except subprocess.CalledProcessError as exc:
             if exc.returncode in ignore_returncodes:
                 return None, False
-            assert False, exc.__dict__
+            raise
 
         if not difference:
             return None, False



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/13283c47312086e3dd4a3db6601a01d66da10fab
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/20190816/77602f70/attachment.html>


More information about the rb-commits mailing list