Commit 94ea6fe0 authored by Anael Beutot's avatar Anael Beutot
Browse files

Set watcher to None when Tag is stopped.

parent 05d5b7aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ class Tag(object):
    def stop(self):
        if self.watcher is not None:
            self.watcher.stop()
            self.watcher = None


def tag_inspector(mod, parent=None):