From 9bae222a82711ee60af532411065c45c6aacf6ce Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sun, 30 Jun 2019 18:27:13 +1000 Subject: [PATCH] flatpak: Coding style. - Revert part of the last coding style change. --- make-flatpak-manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-flatpak-manifest.py b/make-flatpak-manifest.py index 7ab6f27..f3f9248 100755 --- a/make-flatpak-manifest.py +++ b/make-flatpak-manifest.py @@ -117,7 +117,7 @@ def python_modules(package): "buildsystem": "simple", "build-commands": [ python_version + " -m pip install --no-index" - " --find-links="file://${PWD}" --prefix=/app " + package + ' --find-links="file://${PWD}" --prefix=/app ' + package ], "sources": [{"type": "file", "url": url, "sha256": sha256} for url, sha256 in sorted(sources)]}]