Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7662361 + 7fb2e5b commit b0ad594Copy full SHA for b0ad594
lib/matplotlib/tests/__init__.py
@@ -11,7 +11,7 @@ def setup():
11
# The baseline images are created in this locale, so we should use
12
# it during all of the tests.
13
import locale
14
- locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
+ locale.setlocale(locale.LC_ALL, str('en_US.UTF-8'))
15
16
use('Agg', warn=False) # use Agg backend for these tests
17
0 commit comments