projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89aff3
)
Fix reference to possibly undefined ips variable.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Oct 2010 09:22:33 +0000
(
02:22
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 13 Oct 2010 15:39:59 +0000
(08:39 -0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index edf8b793171a47aeaf7ee1167c54ca67a680a640..fb6647cfdcdbfa12a20aab3aeda37923b743fad2 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-2128,7
+2128,7
@@
def action_sync(settings, trees, mtimedb, myopts, myaction):
effective_maxretries = maxretries
if effective_maxretries < 0:
- effective_maxretries = len(
ip
s) - 1
+ effective_maxretries = len(
uri
s) - 1
SERVER_OUT_OF_DATE = -1
EXCEEDED_MAX_RETRIES = -2