Correzione piccolo errore di sintassi.

This commit is contained in:
Emiliano Vavassori 2022-03-26 02:45:55 +01:00
parent 960bab4dee
commit 24de2a2d21
1 changed files with 1 additions and 1 deletions

View File

@ -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'