changeset 39105:27e25bb555be

remove debugging leftovers
author Dmitry Selyutin <ghostmansd@gmail.com>
date Thu, 28 Jun 2018 00:55:04 +0300
parents c7b0d989e96c
children 50dcf6bc2fc2
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")