Skip to content

Commit

Permalink
fix cache dir (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
tphung3 authored Nov 1, 2024
1 parent 84022d4 commit a9785ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def library_logging_directory(self):
# Get the caching directory of the manager
@property
def cache_directory(self):
return cvine.vine_get_path_staging(self._taskvine, None)
return cvine.vine_get_path_cache(self._taskvine, None)

##
# Get manager statistics.
Expand Down

0 comments on commit a9785ef

Please sign in to comment.