mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge remote-tracking branch 'origin/dev' into bookworm
This commit is contained in:
commit
c02933cce4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ def log_show(
|
|||
logs = list(log_list()["operation"])
|
||||
|
||||
if position > len(logs):
|
||||
raise YunohostValidationError(f"There isn't that many logs", raw_msg=True)
|
||||
raise YunohostValidationError("There isn't that many logs", raw_msg=True)
|
||||
|
||||
path = logs[-position]["path"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue