CC-3749: Media Monitor should not load files pypo cannot read

-fixed
This commit is contained in:
Martin Konecny 2012-05-04 13:45:43 -04:00
parent d6a12053eb
commit e13d06df45
2 changed files with 3 additions and 13 deletions

View file

@ -194,10 +194,6 @@ class AirtimeNotifier(Notifier):
self.mmc.is_readable(directory, True)
for (path, dirs, files) in os.walk(directory):
for d in dirs:
self.mmc.is_readable(os.path.join(path, d), True)
for filename in files:
full_filepath = os.path.join(path, filename)