🎨 Format Python code with Black

This commit is contained in:
alexAubin 2024-05-27 14:58:01 +00:00 committed by github-actions[bot]
parent 2047d536be
commit e3282f2329

View file

@ -2968,7 +2968,8 @@ 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": manifest.get("integration", {}).get("helpers_version") or manifest["packaging_format"], "YNH_HELPERS_VERSION": 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(),
} }