cc-4105: fixed handling of list values in mutagen
This commit is contained in:
parent
bcb65c4269
commit
cf3dbd2a97
2 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,7 @@ class Bootstrapper(Loggable):
|
|||
note that because of the way list_directories works we also flush
|
||||
the import directory as well I think
|
||||
"""
|
||||
for d in self.db.list_storable_paths():
|
||||
self.flush_watch(d, last_ran)
|
||||
for d in self.db.list_storable_paths(): self.flush_watch(d, last_ran)
|
||||
|
||||
def flush_watch(self, directory, last_ran):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue