mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove try managed by another way
This commit is contained in:
parent
3d4ec54b5f
commit
077eb3fc34
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ def backup_repository_info(name, human_readable=True, space_used=False):
|
|||
'backup_repository_doesnt_exists', name=name))
|
||||
|
||||
if space_used:
|
||||
try:
|
||||
repository['used'] = _get_repository_used_space(name)
|
||||
repository['used'] = _get_repository_used_space(name)
|
||||
|
||||
if human_readable:
|
||||
if 'quota' in repository:
|
||||
|
|
Loading…
Add table
Reference in a new issue