Skip to content

Commit

Permalink
fix cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tphung3 committed Oct 31, 2024
1 parent 84022d4 commit 99f7b21
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 99f7b21

Please sign in to comment.