Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02d6e15

Browse files
Merge remote-tracking branch 'origin/D20250316_002--python3_9' into D20250316_001--altlinux_10
2 parents c59e6b0 + b20ace6 commit 02d6e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/operations/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def _make_get_default_encoding_func():
1212
return locale.getpreferredencoding
1313

1414
# Prepared pointer on function to get a name of system codepage
15-
_get_default_encoding_func = _make_get_default_encoding_func()
15+
_get_default_encoding_func = _make_get_default_encoding_func.__func__()
1616

1717
@staticmethod
1818
def GetDefaultEncoding():

0 commit comments

Comments
 (0)