From 210204dd19f26e6f9bd1e1956dabe2ac817c7a86 Mon Sep 17 00:00:00 2001 From: Jason Kincl Date: Tue, 29 Sep 2015 14:01:31 -0400 Subject: Run the superclass shutdown() to correctly set self.started --- src/lib/Bcfg2/Server/FileMonitor/Inotify.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py index c4b34a469..8f6e136fd 100644 --- a/src/lib/Bcfg2/Server/FileMonitor/Inotify.py +++ b/src/lib/Bcfg2/Server/FileMonitor/Inotify.py @@ -214,6 +214,7 @@ class Inotify(Pseudo, pyinotify.ProcessEvent): def shutdown(self): if self.started and self.notifier: self.notifier.stop() + Pseudo.shutdown(self) shutdown.__doc__ = Pseudo.shutdown.__doc__ def list_watches(self): -- cgit v1.2.3-1-g7c22