mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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['version'] = version
|
||||
build['vercode'] = vercode
|
||||
build['subvercode'] = None
|
||||
build['commit'] = '?'
|
||||
if options.subdir:
|
||||
build['subdir'] = options.subdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue