# HG changeset patch # User Dmitry Selyutin # Date 1530136504 -10800 # Node ID 27e25bb555be6778fe328de985997c4af2e80aac # Parent c7b0d989e96c1578cdd76e4811b7e0c6c1d4f155 remove debugging leftovers diff -r c7b0d989e96c -r 27e25bb555be pygnulib/vfs.py --- 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")