Merge "Enable perfboot.py to install APKs before measurement."
diff --git a/init/perfboot.py b/init/perfboot.py
index 4c62e2a..b0efb11 100755
--- a/init/perfboot.py
+++ b/init/perfboot.py
@@ -204,7 +204,7 @@
                 output_results(output, record_list, tags)
             if original_dropbox_max_files is not None:
                 restore_dropbox(device, original_dropbox_max_files)
-        except subprocess.CalledProcessError, RuntimeError:
+        except (subprocess.CalledProcessError, RuntimeError):
             pass
     atexit.register(cleanup)