projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62d783
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 3 Jun 2008 06:51:49 +0000
(06:51 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 3 Jun 2008 06:51:49 +0000
(06:51 -0000)
svn path=/main/trunk/; revision=10552
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 99455143441310d3c297caab90e812d71ccbf9dc..936b583d9fc72e5b489db0088318fc757c9692dd 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3416,7
+3416,7
@@
def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
size = orig_digests.get("size")
pruned_digests = orig_digests
if parallel_fetchonly:
- pruned_digests =
pruned_digests.copy()
+ pruned_digests =
{}
if size is not None:
pruned_digests["size"] = size