Browse Source

Merge branch 'porcelain_clone_close' of git://github.com/garyvdm/dulwich

Jelmer Vernooij 10 years ago
parent
commit
113966a26c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/porcelain.py

+ 1 - 1
dulwich/porcelain.py

@@ -233,7 +233,7 @@ def clone(source, target=None, bare=False, checkout=None, errstream=sys.stdout,
         if checkout:
             errstream.write(b'Checking out HEAD')
             r.reset_index()
-    except Exception:
+    except:
         r.close()
         raise