Skip to content

Commit

Permalink
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 920be16
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 @@ -165,7 +165,7 @@ def __is_use_cache(self) -> bool:
f"Previous version is {last_version}, current version is {self.version}")
return False
# No cached file - do not reuse.
self.logger.info(f"Cannot find last cached version")
self.logger.info("Cannot find last cached version")
return False

def __cache_build_base(self):
Expand Down

0 comments on commit 920be16

Please sign in to comment.