commit | 4c851b1098577f67f20742edbc086ee045e61c47 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Sep 19 13:54:38 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Sep 19 13:58:49 2016 -0700 |
tree | fbf04422d8aa11f734bfddff2d714eaa505f5711 | |
parent | 3b0cb6e842a37cacfacad2dbca0c7b9d8ba2d840 [diff] |
Change the default parameter values in common.MakeTempFile(). tempfile.TemporaryFile() complains when 'None' is passed as the prefix/suffix. It uses prefix='tmp' and suffix='' as the default values and we should do the same. Test: Call check_ota_package_signature.py and ota_from_target_files.py and they still work. Change-Id: I7fb023a3fd0b1a57c009631d0c57a7bb8e4cb5a3