Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correction on row 49 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

specialsmith
Copy link

Replaced the str.strip with str.replace.

Running the script with the old strip method was faulty when target apk-file had any of the characters a, p or k in its name. str.replace is the correct way to strip the ".apk" out of the name, I believe. Works for me at least...

Replaced the str.strip with str.replace. 

Running the script with the old strip method was faulty when target apk-file had any of the characters a, p or k in its name. str.replace is the correct way to strip the ".apk" out of the name, I believe. Works for me at least...
anantshri added a commit to TamerPlatform/Android-Testing that referenced this pull request Jan 22, 2015
manual merge of nkpanda fork with SudhanshuC#1 pull request.

nkpanda fork used as it has different scripts for windows and linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants