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'
|
tempPath = workPath + '/temp'
|
||||||
subprocess.call(['rm', '-rf', tempPath, destfile])
|
subprocess.call(['rm', '-rf', tempPath, destfile])
|
||||||
if not wget(package, destfile):
|
if not wget(package, destfile):
|
||||||
if not wget(filepath, destfile):
|
if not wget(package, destfile):
|
||||||
return None
|
return None
|
||||||
print('Unpacking..')
|
print('Unpacking..')
|
||||||
os.mkdir(tempPath)
|
os.mkdir(tempPath)
|
||||||
|
|
Loading…
Reference in New Issue