]> Savannah Git Hosting - gnulib.git/commitdiff
remove debugging leftovers
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 27 Jun 2018 21:55:04 +0000 (00:55 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 27 Jun 2018 21:55:04 +0000 (00:55 +0300)
pygnulib/vfs.py

index f29fed54ae4a9b676dc09ee8b45e55c73f10ac88..64f6ee7f576e46a285e8d193d73d6395ec7b33db 100644 (file)
@@ -133,7 +133,6 @@ def lookup(name, primary, secondary, patch):
         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")