1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

One more verification fix

This commit is contained in:
Ciaran Gultnieks 2013-08-29 14:23:21 +01:00
parent 9c8161adf1
commit b3f3710e92

View File

@ -86,7 +86,7 @@ def main():
print "Failed to unpack local build of " + apkfilename
sys.exit(1)
if subprocess.call(['jar', 'xf', os.path.join("..", "..", remoteapk)],
cwd=thisdir) != 0:
cwd=thatdir) != 0:
print "Failed to unpack remote build of " + apkfilename
sys.exit(1)