No places.
This commit is contained in:
@@ -168,7 +168,9 @@
|
||||
(summary-inc s 'removed)))))
|
||||
|
||||
(define (find-source-files source-dir)
|
||||
(filter (lambda (p) (not (manager-admin-relpath? (source-relpath-string source-dir p))))
|
||||
(filter (lambda (p)
|
||||
(and (not (manager-temp-path? p))
|
||||
(not (manager-admin-relpath? (source-relpath-string source-dir p)))))
|
||||
(directory-file-paths source-dir)))
|
||||
|
||||
(define (manage-flac2opus-tree source-directory target-directory
|
||||
|
||||
Reference in New Issue
Block a user