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
f5dc382888
commit
88d221c52e
1 changed files with 4 additions and 2 deletions
|
@ -2968,8 +2968,10 @@ def _make_environment_for_app_script(
|
||||||
"YNH_APP_INSTANCE_NUMBER": str(app_instance_nb),
|
"YNH_APP_INSTANCE_NUMBER": str(app_instance_nb),
|
||||||
"YNH_APP_MANIFEST_VERSION": manifest.get("version", "?"),
|
"YNH_APP_MANIFEST_VERSION": manifest.get("version", "?"),
|
||||||
"YNH_APP_PACKAGING_FORMAT": str(manifest["packaging_format"]),
|
"YNH_APP_PACKAGING_FORMAT": str(manifest["packaging_format"]),
|
||||||
"YNH_HELPERS_VERSION": str(manifest.get("integration", {}).get("helpers_version")
|
"YNH_HELPERS_VERSION": str(
|
||||||
or manifest["packaging_format"]),
|
manifest.get("integration", {}).get("helpers_version")
|
||||||
|
or manifest["packaging_format"]
|
||||||
|
),
|
||||||
"YNH_ARCH": system_arch(),
|
"YNH_ARCH": system_arch(),
|
||||||
"YNH_DEBIAN_VERSION": debian_version(),
|
"YNH_DEBIAN_VERSION": debian_version(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue