Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
vmordan committed Jun 20, 2024
1 parent bcf6c6e commit b3ea347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3ea347

Please sign in to comment.