Skip to content

Commit

Permalink
Fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 26, 2023
1 parent 1b16738 commit fd848d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sinol_make/helpers/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def save_compiled(file_path: str, exe_path: str, is_checker: bool = False):
info = get_cache_file(file_path)
info.executable_path = exe_path
info.md5sum = util.get_file_md5(file_path)
info.tests = {}
info.save(file_path)

if is_checker:
Expand Down

0 comments on commit fd848d4

Please sign in to comment.