report copies"

This commit is contained in:
2026-06-30 11:59:27 +02:00
parent 5ad15ec55d
commit 3903502bf3
+1 -1
View File
@@ -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)))))
)