commit | 726b7f338f32ca6d18e9961b0a2da3ef385f7e34 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jun 03 17:31:34 2015 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Jun 03 17:36:12 2015 -0700 |
tree | 500dc89ee5641aca65f9b35db47f53b7b429cdb2 | |
parent | 05f9da8e6f778c44031b957ccd2f91bde83baa6e [diff] [blame] |
Fix the broken signing script check_target_files_signatures.py was accidentally broken due to the renaming of a variable in last commit. It escaped the checking from pylint because it was a keyword ('all'). Bug: 21611858 Change-Id: I58c983e59c4a3e0018481d3c9ba328ed76f5c08a
diff --git a/tools/releasetools/check_target_files_signatures.py b/tools/releasetools/check_target_files_signatures.py index dd57033..5c541ab 100755 --- a/tools/releasetools/check_target_files_signatures.py +++ b/tools/releasetools/check_target_files_signatures.py
@@ -331,7 +331,7 @@ by_certpair = {} - for i in all: + for i in all_apks: if i in self.apks: if i in other.apks: # in both; should have same set of certs