Skip to content

Commit 40bea36

Browse files
committed
Manual merge
manual merge of nkpanda fork with SudhanshuC#1 pull request. nkpanda fork used as it has different scripts for windows and linux.
1 parent 9c48581 commit 40bea36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moblizerLin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ print ""
4646
print "Test started for "+b
4747
call(['apktool','d',b])
4848
flist=[]
49-
dirp=b.strip('.apk')
49+
dirp=b.replace('.apk')
5050
rootpath="./"+dirp
5151
ip = re.compile('((?:\d{1,3}\.){3}\d{1,3})')
5252
email=re.compile('([\w.]+)@([\w.]+)')

0 commit comments

Comments
 (0)