mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Avoid crashes in rewritemeta regarding xrefs
This commit is contained in:
parent
3d849dccbc
commit
b313c12637
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def main():
|
|||
config = common.read_config(options)
|
||||
|
||||
# Get all apps...
|
||||
apps = common.read_metadata(package=options.package)
|
||||
apps = common.read_metadata(package=options.package, xref=False)
|
||||
|
||||
if len(apps) == 0 and options.package:
|
||||
print "No such package"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue