diff --git a/scripts/runner.py b/scripts/runner.py index 55e202d..77a0bdd 100755 --- a/scripts/runner.py +++ b/scripts/runner.py @@ -161,7 +161,7 @@ def __is_use_cache(self) -> bool: if last_version == self.version: self.logger.info(f"Reusing build base from {self.build_base_cached}, version: {last_version}") return True - self.logger.info(f"Cached build base is outdated. " + self.logger.info("Cached build base is outdated. " f"Previous version is {last_version}, current version is {self.version}") return False # No cached file - do not reuse.