Corrette tutte le occorrenze di variabile rinominata.

This commit is contained in:
Emiliano Vavassori 2023-01-07 02:06:05 +01:00
parent 0a3f475fa6
commit 64effab3d7
1 changed files with 3 additions and 3 deletions

View File

@ -83,9 +83,9 @@ def build(arch, language, offline, portable, updatable, download_path, repo_path
for obj in collection:
# Configuration phase
obj.language = build['language']
obj.offline_help = build['offline_help']
obj.portable = build['portable']
obj.language = cbuild['language']
obj.offline_help = cbuild['offline_help']
obj.portable = cbuild['portable']
obj.updatable = True
obj.storage_path = "/srv/http/appimage.sys42.eu"
if 'repo' in config['data'] and config['data']['repo']: