summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/LinuxFileEvents.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-11 14:57:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-11 14:57:27 +0100
commitd81cc8c0c46d295a3746ac658069820c95efe895 (patch)
treed8d6df73b9f90452a077b2f93615304bb8654417 /module/plugins/hooks/LinuxFileEvents.py
parentWebinterface with lighttpd! locale fixing try. (diff)
downloadpyload-d81cc8c0c46d295a3746ac658069820c95efe895.tar.xz
cnl, EOL, path fixes
Diffstat (limited to 'module/plugins/hooks/LinuxFileEvents.py')
-rw-r--r--module/plugins/hooks/LinuxFileEvents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/LinuxFileEvents.py b/module/plugins/hooks/LinuxFileEvents.py
index f71521b33..ed206866a 100644
--- a/module/plugins/hooks/LinuxFileEvents.py
+++ b/module/plugins/hooks/LinuxFileEvents.py
@@ -35,7 +35,7 @@ class LinuxFileEvents(Hook):
if not os.name == "posix":
return
- self.core.check_file("container", _("folder for container"), True)
+ self.core.check_file(self.core.make_path("container"), _("folder for container"), True)
self.core.check_install("pyinotify", _("pyinotify for LinuxFileEvents"))
try: