Sistemazione closing quote.

This commit is contained in:
Emiliano Vavassori 2022-04-09 01:44:06 +02:00
parent b0d1386b49
commit 529cd1d0c8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Build(object):
for arch in self.arch:
print(f"Searching for {self.appimagefilename[arch]}")
res = subprocess.run(shlex.split(f"find {self.full_path} -name {self.appimagefilename[arch]}'"), capture_output=True, env={ "LC_ALL": "C" }, text=True, encoding='utf-8')
res = subprocess.run(shlex.split(f"find {self.full_path} -name {self.appimagefilename[arch]}"), capture_output=True, env={ "LC_ALL": "C" }, text=True, encoding='utf-8')
if "No such file or directory" in res.stderr:
# Folder is not existent: so the version was not built