mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Correction to 5b868c8a4
This commit is contained in:
parent
c60cca57cf
commit
12f65953e6
@ -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…
Reference in New Issue
Block a user