]> git.phdru.name Git - bookmarks_db.git/blobdiff - subproc.py
Feat(Python3): Fix lambda
[bookmarks_db.git] / subproc.py
index 3507ac1b86a123718b2133d5e63fe89303be43e0..7344a51bb4506f8f7f7bf32f6718a1299495b272 100644 (file)
@@ -325,7 +325,7 @@ class Subprocess:
         # Only got here if subprocess is not gone:
         raise SubprocessError(
                "Failed kill of subproc %d, '%s', with signals %s" %
-                (self.pid, self.cmd, map(lambda(x): x[0], sigs)))
+                (self.pid, self.cmd, map(lambda x: x[0], sigs)))
 
     def __del__(self):
         """Terminate the subprocess"""