Corrette tutte le occorrenze di variabile rinominata.
This commit is contained in:
parent
0a3f475fa6
commit
64effab3d7
|
@ -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']:
|
||||
|
|
Loading…
Reference in New Issue