fix python syntax error
This commit is contained in:
parent
d85472a746
commit
481c4e650f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue