forked from openkylin/platform_build
am 2499b8d7: am 481c4e65: fix python syntax error
Merge commit '2499b8d78087edcac97dff4b2d5dd3f14ee8eb3c' * commit '2499b8d78087edcac97dff4b2d5dd3f14ee8eb3c': fix python syntax error
This commit is contained in:
commit
7a6f198727
|
@ -517,7 +517,7 @@ def ComputeDifferences(diffs):
|
||||||
print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % (
|
print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % (
|
||||||
dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name)
|
dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name)
|
||||||
lock.release()
|
lock.release()
|
||||||
except e:
|
except Exception, e:
|
||||||
print e
|
print e
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue