hgext/patchbomb.py
changeset 16688 cfb6682961b8
parent 16683 525fdb738975
child 16743 38caf405d010
--- a/hgext/patchbomb.py	Sat May 12 16:00:58 2012 +0200
+++ b/hgext/patchbomb.py	Sat May 12 16:02:45 2012 +0200
@@ -304,7 +304,7 @@
         finally:
             try:
                 os.unlink(tmpfn)
-            except:
+            except OSError:
                 pass
             os.rmdir(tmpdir)