fix crash al primo avvio dopo installazione zip

This commit is contained in:
mac12m99
2019-08-06 10:13:07 +02:00
parent 59574159b0
commit f9af12c05c
2 changed files with 6 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ def check_addon_init():
# evitiamo di applicare i merge commit
if 'Merge' in commitJson['commit']['message']:
continue
logger.info('aggiornando a' + commitJson['sha'])
logger.info('aggiornando a ' + commitJson['sha'])
alreadyApplied = True
for file in commitJson['files']: