Index: tools/svndiff.py |
diff --git a/tools/svndiff.py b/tools/svndiff.py |
index 1821d22e088cb7630bb4d01b6c6d0928a596e13e..9e51eee22cd643244e924657e2dc68cff78a4fd5 100755 |
--- a/tools/svndiff.py |
+++ b/tools/svndiff.py |
@@ -147,13 +147,10 @@ def _CallJsonDiff(old_json_path, new_json_path, |
imagename=imagename, |
hash_type=gm_json.JSONKEY_HASHTYPE_BITMAP_64BITMD5, |
hash_digest=old_checksum) |
- try: |
- _DownloadUrlToFile( |
- source_url=old_image_url, |
- dest_path=os.path.join(old_flattened_dir, |
- filename_prefix + imagename)) |
- except: |
- print "unable to find image ", os.path.join(old_flattened_dir, filename_prefix + imagename) |
+ _DownloadUrlToFile( |
+ source_url=old_image_url, |
+ dest_path=os.path.join(old_flattened_dir, |
+ filename_prefix + imagename)) |
new_checksum = results['new'] |
if new_checksum: |