Donate CPU: Fix unresolved reference

This commit is contained in:
Daniel Marjamäki 2018-08-24 14:46:59 +02:00
parent 138e53aeb9
commit a460ba422f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def scanPackage(workPath, package):
tempPath = workPath + '/temp'
subprocess.call(['rm', '-rf', tempPath, destfile])
if not wget(package, destfile):
if not wget(filepath, destfile):
if not wget(package, destfile):
return None
print('Unpacking..')
os.mkdir(tempPath)