projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3624a99
)
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 09:22:33 +0000
(
02:22
-0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 1338741186a5294efb8f3acd525ab8a871df4a84..d395864b9643e0b9b61c8780ec1cdbd1554ec2b8 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-2138,7
+2138,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