mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Silly mistake in import.py
This commit is contained in:
parent
37041c506b
commit
26c5cc0e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
# Extract some information...
|
||||
paths = manifest_paths(app_dir, None)
|
||||
paths = common.manifest_paths(app_dir, None)
|
||||
version, vercode, package = common.parse_androidmanifests(paths)
|
||||
if not package:
|
||||
print "Couldn't find package ID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue