mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
🎨 Format Python code with Black
This commit is contained in:
parent
a5560c3035
commit
a665f2550c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class AppResource:
|
|||
app_upstream_version = manager.wanted["version"].split("~")[0]
|
||||
elif maanger and manager.current and "version" in manager.current:
|
||||
app_upstream_version = manager.current["version"].split("~")[0]
|
||||
|
||||
|
||||
replacements: dict[str, str] = {
|
||||
"__APP__": self.app,
|
||||
"__YNH_ARCH__": system_arch(),
|
||||
|
|
Loading…
Add table
Reference in a new issue