am 2499b8d7: am 481c4e65: fix python syntax error

Merge commit '2499b8d78087edcac97dff4b2d5dd3f14ee8eb3c'

* commit '2499b8d78087edcac97dff4b2d5dd3f14ee8eb3c':
  fix python syntax error
This commit is contained in:
Doug Zongker 2009-09-28 10:31:10 -07:00 committed by Android Git Automerger
commit 7a6f198727
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ def ComputeDifferences(diffs):
print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % (
dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name)
lock.release()
except e:
except Exception, e:
print e
raise