diff --git a/pubs/color.py b/pubs/color.py index 0e41cf9..7a3ad64 100644 --- a/pubs/color.py +++ b/pubs/color.py @@ -144,7 +144,7 @@ def setup(conf, force_colors=False): # undye -undye_re = re.compile('\x1b\\[[;\d]*[A-Za-z]') +undye_re = re.compile('\x1b\\[[;\\d]*[A-Za-z]') def undye(s): """Purge string s of color"""