Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57551 Details for
Bug 90823
Various one line changes as recommended by pychecker.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
GLIUtility.py
GLIUtility.py.patch (text/plain), 625 bytes, created by
Christopher Hotchkiss
on 2005-04-28 23:12:56 UTC
(
hide
)
Description:
GLIUtility.py
Filename:
MIME Type:
Creator:
Christopher Hotchkiss
Created:
2005-04-28 23:12:56 UTC
Size:
625 bytes
patch
obsolete
>Index: GLIUtility.py >=================================================================== >RCS file: /var/cvsroot/gentoo/src/installer/src/GLIUtility.py,v >retrieving revision 1.48 >diff -a -u -r1.48 GLIUtility.py >--- GLIUtility.py 14 Apr 2005 15:44:03 -0000 1.48 >+++ GLIUtility.py 29 Apr 2005 05:23:09 -0000 >@@ -354,9 +354,9 @@ > status = spawn("rsync --quiet " + uri + " " + path) > > elif re.match('^file://', uri): >- file = uri[7:] >- if os.path.isfile(file): >- shutil.copy(file, path) >+ r_file = uri[7:] >+ if os.path.isfile(r_file): >+ shutil.copy(r_file, path) > if os.path.isfile(path): > status = 0 > else:
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 90823
:
57550
|
57551
|
57552