diff --git a/pym/bob/builder.py b/pym/bob/builder.py index 2f949d53..818e33e9 100644 --- a/pym/bob/builder.py +++ b/pym/bob/builder.py @@ -1068,7 +1068,7 @@ async def _cookStep(self, step, checkoutOnly, depth): if not self._wasAlreadyRun(step, checkoutOnly): if not checkoutOnly: built, audit = await self._cookPackageStep(step, - depth, mayUpOrDownload, buildId) + depth, buildId) self._setAlreadyRun(step, False, checkoutOnly) # Upload package if it was built. On Jenkins we always upload @@ -1550,7 +1550,7 @@ async def _downloadPackage(self, packageStep, depth, packageBuildId): return wasDownloaded, audit - async def _cookPackageStep(self, packageStep, depth, mayUpOrDownload, packageBuildId): + async def _cookPackageStep(self, packageStep, depth, packageBuildId): # Dissect input parameters that lead to current workspace the last time (prettyPackagePath, created) = self._constructDir(packageStep, "dist") oldWasDownloaded, oldWasShared, oldInputHashes, oldInputBuildId = \