can't download a tuple
This commit is contained in:
parent
52757828e5
commit
fabee3bf11
@ -103,8 +103,8 @@ def main_command(version="latest",page="https://www.seafile.com/en/download/"):
|
||||
print("%s(%s) is already installed" % (version,version_int(version)))
|
||||
return 1
|
||||
if install:
|
||||
print("Installing: %s" % install[1])
|
||||
return install_command(install[1])
|
||||
print("Installing: %s" % version)
|
||||
return install_command(install)
|
||||
else:
|
||||
print("Couldn't determine download for %s" % version)
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user