From 1b14d653c24270109f06df35733c6aea24e43691 Mon Sep 17 00:00:00 2001 From: Cameron Lowell Palmer Date: Wed, 7 Feb 2018 15:42:33 +0100 Subject: [PATCH] Remove the unused pid value --- dump.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dump.py b/dump.py index f64dd96..1528edb 100755 --- a/dump.py +++ b/dump.py @@ -240,7 +240,6 @@ def create_dir(path): def open_target_app(device, name_or_bundleid): print 'Start the target app {}'.format(name_or_bundleid) - pid = -1 display_name = '' bundle_identifier = '' for application in get_applications(device):