Skip to content

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