Altre correzioni alle chiamate.
This commit is contained in:
parent
baa0564c16
commit
5745759488
2 changed files with 5 additions and 8 deletions
|
@ -32,10 +32,13 @@ def build(arch, language, offline, portable, updatable, download, storage, check
|
|||
|
||||
if check:
|
||||
obj.check(storage)
|
||||
else:
|
||||
obj.storage_path = storage
|
||||
|
||||
obj.download(download)
|
||||
obj.build()
|
||||
obj.checksums()
|
||||
obj.move(storage)
|
||||
obj.move()
|
||||
del obj
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Reference in a new issue