Skip to content
Snippets Groups Projects
Commit 2b63b2c1 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix tag stop.

parent a6d90c64
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ class Tag(object): ...@@ -69,7 +69,7 @@ class Tag(object):
self.watcher.start() self.watcher.start()
def stop(self): def stop(self):
if watcher is not None: if self.watcher is not None:
self.watcher.stop() self.watcher.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment