summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/LinuxFileEvents.py
diff options
context:
space:
mode:
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: