Commit 2b63b2c1 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix tag stop.

parent a6d90c64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class Tag(object):
        self.watcher.start()

    def stop(self):
        if watcher is not None:
        if self.watcher is not None:
            self.watcher.stop()