fix deprecation warning in color.py

main
Fabien C. Y. Benureau 4 years ago
parent 2e939dbc1b
commit 1130a9343d
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

@ -144,7 +144,7 @@ def setup(conf, force_colors=False):
# undye # undye
undye_re = re.compile('\x1b\\[[;\d]*[A-Za-z]') undye_re = re.compile('\x1b\\[[;\\d]*[A-Za-z]')
def undye(s): def undye(s):
"""Purge string s of color""" """Purge string s of color"""

Loading…
Cancel
Save