mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/pkgbuilder.py: drop redundant test
This commit is contained in:
parent
a6f81e49d5
commit
ef86eb88ae
@ -376,7 +376,6 @@ class Builder:
|
||||
else:
|
||||
self.threadcount = int(maxthreadcount)
|
||||
|
||||
self.threadcount = 1 if self.threadcount < 1 else self.threadcount
|
||||
self.threadcount = min(self.jobtotal, self.threadcount)
|
||||
self.threadcount = max(1, self.threadcount)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user