Skip to content

Commit

Permalink
Merge pull request #188 from libyoung/master
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
hongbinbao authored Feb 20, 2017
2 parents 834b47a + c45d27e commit 57ba933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiautomator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def push(self):
def install(self):
base_dir = os.path.dirname(__file__)
for apk in self.__apk_files:
self.adb.cmd("install", "-rt", os.path.join(base_dir, apk)).wait()
self.adb.cmd("install", "-r -t", os.path.join(base_dir, apk)).wait()

This comment has been minimized.

Copy link
@shfscut

shfscut Aug 25, 2017

self.adb.cmd("install", "-r", "-t", os.path.join(base_dir, apk)).wait()
I think so

This comment has been minimized.

Copy link
@siva-kranthi

siva-kranthi Aug 27, 2017

yeah, you are right. #203


@property
def jsonrpc(self):
Expand Down

0 comments on commit 57ba933

Please sign in to comment.