mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update resources.py
This commit is contained in:
parent
a665f2550c
commit
5e4e59a133
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class AppResource:
|
||||||
app_upstream_version = ""
|
app_upstream_version = ""
|
||||||
if manager and manager.wanted and "version" in manager.wanted:
|
if manager and manager.wanted and "version" in manager.wanted:
|
||||||
app_upstream_version = manager.wanted["version"].split("~")[0]
|
app_upstream_version = manager.wanted["version"].split("~")[0]
|
||||||
elif maanger and manager.current and "version" in manager.current:
|
elif manager and manager.current and "version" in manager.current:
|
||||||
app_upstream_version = manager.current["version"].split("~")[0]
|
app_upstream_version = manager.current["version"].split("~")[0]
|
||||||
|
|
||||||
replacements: dict[str, str] = {
|
replacements: dict[str, str] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue