mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
disable unicode warnings on py2
This commit is contained in:
parent
1989e826be
commit
8986cdd536
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
click.disable_unicode_literals_warning = True
|
||||||
|
|
||||||
|
|
||||||
log = logging.getLogger("pycalver.cli")
|
log = logging.getLogger("pycalver.cli")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue