mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
AM.xml is not the only file that designates an android app source dir
This commit is contained in:
parent
5b613292c3
commit
7a4ec5c083
2 changed files with 6 additions and 5 deletions
|
@ -45,6 +45,8 @@ def read_config(opts):
|
|||
sys.exit(2)
|
||||
|
||||
options = opts
|
||||
if not hasattr(options, 'verbose'):
|
||||
options.verbose = False
|
||||
|
||||
config = {
|
||||
'build_server_always': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue