changeset 39653:dca47f1378a9

remove debugging leftovers
author Dmitry Selyutin <ghostmansd@gmail.com>
date Thu, 28 Jun 2018 00:55:04 +0300
parents 935cd530e018
children 2ee326e1aad9
files pygnulib/vfs.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/vfs.py	Sat Feb 10 19:01:32 2018 +0300
+++ b/pygnulib/vfs.py	Thu Jun 28 00:55:04 2018 +0300
@@ -133,7 +133,6 @@
         tmp.close()
     stdin = _codecs.open(secondary[diff], "rb")
     cmd = (patch, "-s", tmp.name)
-    raise 0
     pipes = _sp.Popen(cmd, stdin=stdin, stdout=_sp.PIPE, stderr=_sp.PIPE)
     (stdout, stderr) = pipes.communicate()
     stdout = stdout.decode("UTF-8")