mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Don't override a real update log message
This commit is contained in:
parent
9a2baaad0f
commit
223d79f372
1 changed files with 3 additions and 2 deletions
|
|
@ -283,8 +283,9 @@ def main():
|
|||
new_name = common.fetch_real_name(app_dir)
|
||||
if new_name != app['Auto Name']:
|
||||
app['Auto Name'] = new_name
|
||||
writeit = True
|
||||
logmsg = "Update auto name of " + app['id'] + " to " + new_name
|
||||
if not writeit:
|
||||
writeit = True
|
||||
logmsg = "Update auto name of " + app['id'] + " to " + new_name
|
||||
|
||||
if options.auto:
|
||||
mode = app['Auto Update Mode']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue