From 24de2a2d2192c763527d3959649bd1e34869eb6c Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 26 Mar 2022 02:45:55 +0100 Subject: [PATCH] Correzione piccolo errore di sintassi. --- loaih/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaih/__init__.py b/loaih/__init__.py index a00384f..f8806af 100644 --- a/loaih/__init__.py +++ b/loaih/__init__.py @@ -77,7 +77,7 @@ class Build(object): for arch in self.arch: # For generalized builds, we need to check if there are .ver file # and it contains the specific version found. - print("Debug: searching for {file}".format(file = self.genappimagefilename[arch] . 'ver')) + print("Debug: searching for {file}".format(file = self.genappimagefilename[arch] + '.ver')) res = subprocess.run("find {path} -name {appimage}'".format( path = self.storage_path, appimage = self.genappimagefilename[arch] + '.ver'