summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 8d57b78bd..ed4387cb4 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -3971,7 +3971,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
try:
servertimestamp = time.mktime(time.strptime(
content[0], "%a, %d %b %Y %H:%M:%S +0000"))
- except OverflowError, ValueError:
+ except (OverflowError, ValueError):
pass
del mycommand, mypids, content
if exitcode == os.EX_OK: