summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 1c2099ba5..c27ad0b92 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -4063,7 +4063,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
mycommand = mycommand.split()
exitcode = portage.process.spawn(mycommand,
env=settings.environ())
- if exitcode in [0,1,2,3,4,11,14,20,21]:
+ if exitcode in [0,1,3,4,11,14,20,21]:
break
elif exitcode in [1,3,4,11,14,20,21]:
break