Skip to content

Commit

Permalink
ux: fixed missing white space in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaburg1 committed Feb 8, 2024
1 parent ed61c3e commit 8bee7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summarization.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ summarise_transcript <- function(
# Generate the summaries
summaries <- purrr::imap(prompts, \(prompt, i) {
if (method == "rolling") {
message("Processing transcript segment", i,
message("Processing transcript segment ", i,
" of ", length(transcript_data))
}

Expand Down

0 comments on commit 8bee7d3

Please # to comment.