Android-Testing icon indicating copy to clipboard operation
Android-Testing copied to clipboard

correction on row 49

Open specialsmith opened this issue 11 years ago • 0 comments

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...

specialsmith avatar Sep 10 '14 20:09 specialsmith