cleanup of directories not always
This commit is contained in:
+1
-1
@@ -479,7 +479,7 @@
|
||||
(info-am "Finished walking music library")
|
||||
;; Cleanup files in target, not in source
|
||||
(info-am "Checking files in target, not in source")
|
||||
(let ((fwt (make-file-walker opus-path "*" target-tree-cleaner)))
|
||||
(let ((fwt (make-file-walker opus-path "*" target-tree-cleaner #:clean-os-name #f)))
|
||||
(let loop1 ()
|
||||
(let-values (((base-path path info) (fwt)))
|
||||
(if (eq? info #f)
|
||||
|
||||
Reference in New Issue
Block a user