1
0

scripts/pkgbuilder.py: drop redundant test

This commit is contained in:
MilhouseVH
2020-02-19 07:41:18 +00:00
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)