commit | 481c4e650fe6cdb9c63ad04b35d221a2856ca48d | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Mon Sep 28 10:07:13 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Mon Sep 28 10:07:13 2009 -0700 |
tree | 01063e39320f8039ab009560b2ab5a06fe3d2726 | |
parent | d85472a7461d0daeb7e17a6f0a7c56f37a2335bc [diff] |
fix python syntax error
diff --git a/tools/releasetools/ota_from_target_files b/tools/releasetools/ota_from_target_files index cbae34c..299e60a 100755 --- a/tools/releasetools/ota_from_target_files +++ b/tools/releasetools/ota_from_target_files
@@ -517,7 +517,7 @@ 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