[all] small fixed picked up by pytest

- unicode stuff
- make all regexps regex strings
This commit is contained in:
tobi-wan-kenobi 2020-06-02 20:13:39 +02:00
parent 9cadcee844
commit 5e40dfb28a
9 changed files with 12 additions and 10 deletions

View file

@ -45,7 +45,7 @@ class Module(core.module.Module):
def update(self):
output = util.cli.execute("watson status")
if re.match("No project started", output):
if re.match(r"No project started", output):
self.__tracking = False
return