check todo at api/folder.py line:60

~ everything seems to work fine in Windows too
+ move ProcessArtistColors to Populate
This commit is contained in:
geoffrey45
2023-02-03 23:13:40 +03:00
parent 7b9f5fdb13
commit b1ac3e9a07
7 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -280,5 +280,5 @@ class Handler(PatternMatchingEventHandler):
add_track(path)
self.files_to_process_windows.remove(event.src_path)
except OSError:
print("File is locked, skipping")
# File is locked, skipping
pass