mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 06:02:54 -04:00
Correction to 5b868c8a4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user