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 c59e6b0 + b20ace6 commit 02d6e15Copy full SHA for 02d6e15
testgres/operations/helpers.py
@@ -12,7 +12,7 @@ def _make_get_default_encoding_func():
12
return locale.getpreferredencoding
13
14
# Prepared pointer on function to get a name of system codepage
15
- _get_default_encoding_func = _make_get_default_encoding_func()
+ _get_default_encoding_func = _make_get_default_encoding_func.__func__()
16
17
@staticmethod
18
def GetDefaultEncoding():
0 commit comments