From 3903502bf3f20a18a7686bd85d9d33048c5aea34 Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 30 Jun 2026 11:59:27 +0200 Subject: [PATCH] report copies" --- audio-manager.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio-manager.rkt b/audio-manager.rkt index 0b7fba9..7956533 100644 --- a/audio-manager.rkt +++ b/audio-manager.rkt @@ -303,7 +303,7 @@ (let ((dest-path (build-path opus-path path-part))) (unless (directory-exists? (basedir dest-path)) (make-directory* (basedir dest-path))) - (rep-opus "Copying: ~a" path-part) + (rep-opus (format "Copying: ~a" path-part)) (copy-file path dest-path #:exists-ok? #t) (set! copied-files (+ copied-files 1))))) )