Correzione codice checksum.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0a18586201
commit
c015aeea99
@ -409,7 +409,7 @@ class Build(loaih.RemoteBuild):
|
|||||||
def __create_checksum__(self, file):
|
def __create_checksum__(self, file):
|
||||||
"""Internal function to create checksum file."""
|
"""Internal function to create checksum file."""
|
||||||
|
|
||||||
checksum = subprocess.run(shlex.split(f"md5sum {file}"), shell=True,
|
checksum = subprocess.run(f"md5sum {file}", shell=True,
|
||||||
capture_output=True, text=True, encoding='utf-8', check=True,
|
capture_output=True, text=True, encoding='utf-8', check=True,
|
||||||
cwd=self.appnamedir)
|
cwd=self.appnamedir)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user