mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix tests
This commit is contained in:
parent
b79cbd466c
commit
93ed8efb17
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ def app_info(app, full=False, upgradable=False):
|
|||
current_revision = settings.get("current_revision", "?")[:7]
|
||||
new_revision = from_catalog.get("git", {}).get("revision", "?")[:7]
|
||||
|
||||
ret["current_version"] = " ({current_revision})"
|
||||
ret["new_version"] = " ({new_revision})"
|
||||
ret["current_version"] = f" ({current_revision})"
|
||||
ret["new_version"] = f" ({new_revision})"
|
||||
|
||||
if not full:
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue