Skip to content

Commit ce408f5

Browse files
committed
Merge branch 'devel'
2 parents 2e2748a + e32bff6 commit ce408f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def download(destynation, filename, url, checksum):
151151
if hashlib.sha256(open('./' + destynation + filename,'rb').read()).hexdigest() != checksum['SHA256']:
152152
return [False, 0]
153153

154-
return [True, os.stat('./' + destynation + filename).st_size]
154+
return [True, os.stat('./' + destynation + filename).st_size]
155155

156156

157157
def generateLinuxProductSetup():

0 commit comments

Comments
 (0)