Browse Source

browser.py : Unusable comments deleted

Removed comments
pull/5859/head
maxkoryukov 9 years ago
parent
commit
5b9340b606
  1. 2
      couchpotato/core/plugins/browser.py

2
couchpotato/core/plugins/browser.py

@ -113,8 +113,6 @@ class FileBrowser(Plugin):
is_root = path == '/'
if self.soft_chroot.enabled:
# path could contain '/' on end, and could not contain..
# but in 'soft-chrooted' environment path could be included in chroot_dir only when it is root
is_root = self.soft_chroot.is_root_abs(path)
# fix paths:

Loading…
Cancel
Save