Sistemazione closing quote.
This commit is contained in:
parent
b0d1386b49
commit
529cd1d0c8
|
@ -110,7 +110,7 @@ class Build(object):
|
||||||
|
|
||||||
for arch in self.arch:
|
for arch in self.arch:
|
||||||
print(f"Searching for {self.appimagefilename[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:
|
if "No such file or directory" in res.stderr:
|
||||||
# Folder is not existent: so the version was not built
|
# Folder is not existent: so the version was not built
|
||||||
|
|
Loading…
Reference in New Issue