Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140744 Details for
Bug 205318
portage-2.1.3.19 traceback on file collision w/ a directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
handle the 'OSError: [Errno 20] Not a directory'
enotdir.patch (text/plain), 362 bytes, created by
Zac Medico
on 2008-01-11 23:13:04 UTC
(
hide
)
Description:
handle the 'OSError: [Errno 20] Not a directory'
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2008-01-11 23:13:04 UTC
Size:
362 bytes
patch
obsolete
>Index: pym/portage.py >=================================================================== >--- pym/portage.py (revision 9188) >+++ pym/portage.py (revision 9189) >@@ -8636,7 +8636,7 @@ > try: > s = os.lstat(path) > except OSError, e: >- if e.errno != errno.ENOENT: >+ if e.errno not in (errno.ENOENT, errno.ENOTDIR): > raise > del e > continue
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205318
: 140744