mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Correction to 5b868c8a4
This commit is contained in:
parent
c60cca57cf
commit
12f65953e6
1 changed files with 1 additions and 1 deletions
|
|
@ -353,10 +353,10 @@ def fetch_autoname(app, tag):
|
|||
if app['builds'][-1]['gradle']:
|
||||
flavours = app['builds'][-1]['gradle']
|
||||
|
||||
commitmsg = None
|
||||
if not app['Auto Name']:
|
||||
logging.debug("...fetch auto name from " + app_dir)
|
||||
new_name = common.fetch_real_name(app_dir, flavours)
|
||||
commitmsg = None
|
||||
if new_name:
|
||||
logging.debug("...got autoname '" + new_name + "'")
|
||||
app['Auto Name'] = new_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue