chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
01f76cc
)
Fix infinite recursion on absolute paths
author
Karl Hasselström
<kha@treskal.com>
Wed, 24 May 2006 06:06:43 +0000
(08:06 +0200)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Wed, 24 May 2006 20:57:34 +0000
(21:57 +0100)
Calling create_dirs with an absolute path caused infinite recursion,
since os.path.dirname('/') == '/'. Fix this by exiting early if the
given path already is a directory.
No differences found