Merge remote-tracking branch 'origin/dev' into bookworm

This commit is contained in:
Alexandre Aubin 2024-05-19 20:52:43 +02:00
commit c02933cce4

View file

@ -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"]