fix crash al primo avvio dopo installazione zip
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user