Corrette tutte le occorrenze di variabile rinominata.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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:
|
for obj in collection:
|
||||||
# Configuration phase
|
# Configuration phase
|
||||||
obj.language = build['language']
|
obj.language = cbuild['language']
|
||||||
obj.offline_help = build['offline_help']
|
obj.offline_help = cbuild['offline_help']
|
||||||
obj.portable = build['portable']
|
obj.portable = cbuild['portable']
|
||||||
obj.updatable = True
|
obj.updatable = True
|
||||||
obj.storage_path = "/srv/http/appimage.sys42.eu"
|
obj.storage_path = "/srv/http/appimage.sys42.eu"
|
||||||
if 'repo' in config['data'] and config['data']['repo']:
|
if 'repo' in config['data'] and config['data']['repo']:
|
||||||
|
Reference in New Issue
Block a user