From 481c4e650fe6cdb9c63ad04b35d221a2856ca48d Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 28 Sep 2009 10:07:13 -0700 Subject: [PATCH] fix python syntax error --- tools/releasetools/ota_from_target_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files index cbae34c35..299e60a88 100755 --- a/tools/releasetools/ota_from_target_files +++ b/tools/releasetools/ota_from_target_files @@ -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