projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f702baf
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 25 Mar 2008 03:54:34 +0000
(
03:54
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 25 Mar 2008 03:54:34 +0000
(
03:54
-0000)
svn path=/main/trunk/; revision=9506
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 6a253764f79e467a2e22665a8f368d068c4ca59c..16f68c749b43197f00b8194172d394ba535f740d 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3244,7
+3244,7
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
if hasattr(os, "statvfs"):
vfs_stat = os.statvfs(mysettings["DISTDIR"])
try:
- mysize = os.stat(myfile_path)
+ mysize = os.stat(myfile_path)
.st_size
except OSError, e:
if e.errno != errno.ENOENT:
raise