mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Linter fixes
This commit is contained in:
parent
e21c114b70
commit
129f5cce95
2 changed files with 4 additions and 4 deletions
|
@ -180,7 +180,7 @@ def _detect_virt():
|
|||
return out.split()[0]
|
||||
|
||||
|
||||
@is_unit_operation(exclude=["subscribe","password"])
|
||||
@is_unit_operation(exclude=["subscribe", "password"])
|
||||
def tools_postinstall(
|
||||
operation_logger,
|
||||
domain,
|
||||
|
|
Loading…
Add table
Reference in a new issue