Browse Source

Log failed folder getting

pull/4649/head
Ruud 10 years ago
parent
commit
e8a3645bc6
  1. 1
      couchpotato/core/plugins/browser.py

1
couchpotato/core/plugins/browser.py

@ -87,6 +87,7 @@ class FileBrowser(Plugin):
try:
dirs = self.getDirectories(path = path, show_hidden = show_hidden)
except:
log.error('Failed getting directory "%s" : %s', (path, traceback.format_exc()))
dirs = []
parent = os.path.dirname(path.rstrip(os.path.sep))

Loading…
Cancel
Save