Remove the unused pid value

This commit is contained in:
Cameron Lowell Palmer 2018-02-07 15:42:33 +01:00
parent 43ff89b186
commit 1b14d653c2
1 changed files with 0 additions and 1 deletions

View File

@ -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):