Skip to content

Commit

Permalink
Clean up the cache validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
serbanvoinea committed Oct 23, 2024
1 parent 68696d2 commit 1cca499
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,7 @@ def report_validation(self, rid, entry_id, user, user_id, hold):

self.cleanupSingularityDir(f'{self.validation_dir}/input')
self.cleanupSingularityDir(f'{self.validation_dir}/output')
self.cleanupSingularityDir(f'{self.validation_dir}/cache')
shutil.copy2(file_path, f'{self.validation_dir}/input')

filename = os.path.basename(file_path)
Expand Down

0 comments on commit 1cca499

Please sign in to comment.