mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Fix recently introduced import bug
This commit is contained in:
parent
4d79f41bea
commit
3e8db35101
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ def main():
|
||||||
build = {}
|
build = {}
|
||||||
build['version'] = version
|
build['version'] = version
|
||||||
build['vercode'] = vercode
|
build['vercode'] = vercode
|
||||||
|
build['subvercode'] = None
|
||||||
build['commit'] = '?'
|
build['commit'] = '?'
|
||||||
if options.subdir:
|
if options.subdir:
|
||||||
build['subdir'] = options.subdir
|
build['subdir'] = options.subdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue