Remove the unused pid value
This commit is contained in:
1
dump.py
1
dump.py
@@ -240,7 +240,6 @@ def create_dir(path):
|
|||||||
def open_target_app(device, name_or_bundleid):
|
def open_target_app(device, name_or_bundleid):
|
||||||
print 'Start the target app {}'.format(name_or_bundleid)
|
print 'Start the target app {}'.format(name_or_bundleid)
|
||||||
|
|
||||||
pid = -1
|
|
||||||
display_name = ''
|
display_name = ''
|
||||||
bundle_identifier = ''
|
bundle_identifier = ''
|
||||||
for application in get_applications(device):
|
for application in get_applications(device):
|
||||||
|
|||||||
Reference in New Issue
Block a user