Donate CPU: Fix unresolved reference
This commit is contained in:
parent
138e53aeb9
commit
a460ba422f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue