Yet another silly mistake

This commit is contained in:
Daniel Martí 2013-08-15 15:25:05 +02:00
parent 26c5cc0e6b
commit eb7a2d9e63

View file

@ -228,7 +228,7 @@ def main():
sys.exit(1) sys.exit(1)
# Extract some information... # Extract some information...
paths = common.manifest_paths(app_dir, None) paths = common.manifest_paths(root_dir, None)
version, vercode, package = common.parse_androidmanifests(paths) version, vercode, package = common.parse_androidmanifests(paths)
if not package: if not package:
print "Couldn't find package ID" print "Couldn't find package ID"