projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fbb4e
)
Fix broken except statement syntax. (trunk r6118:6119)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 1 Mar 2007 23:18:52 +0000
(23:18 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 1 Mar 2007 23:18:52 +0000
(23:18 -0000)
svn path=/main/branches/2.1.2/; revision=6120
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 8d57b78bdbd9399759881f95bca0644359829700..ed4387cb4c977b448b933b19796850dccafadc79 100755
(executable)
--- 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: