Skip to content

Commit

Permalink
fix filename verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Jan 17, 2025
1 parent 6814c80 commit 805226f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/wf_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ wf_request <- function(
service_info$user)
}

# grab filename
filename <- file.path(path, request$target)
# grab filename for verbose output
filename <- request$target

# Create request and submit to service
request <- ds_service$new(
Expand Down Expand Up @@ -159,7 +159,7 @@ wf_request <- function(
exit_message(
request$get_url(),
path,
request$target,
filename,
service_info$service
)
}
Expand All @@ -171,7 +171,7 @@ wf_request <- function(
exit_message(
request$get_url(),
path,
request$target,
filename,
service_info$service
)
}
Expand Down

0 comments on commit 805226f

Please sign in to comment.