Skip to content

Commit

Permalink
Update Artifact$cache() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Dec 2, 2024
1 parent 8376290 commit d781c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Artifact.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ArtifactRecord <- R6::R6Class( # nolint object_name_linter
load_file(file_path, suffix, ...)
},
#' @description
#' Cache the artifact to the local filesystem. This currently only supports
#' S3 storage.
#' Cache the artifact to the local filesystem. When the Python `lamindb`
#' package is not available this only supports S3 storage.
#'
#' @return The path to the cached artifact
cache = function() {
Expand Down

0 comments on commit d781c28

Please sign in to comment.