Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55d3fa8

Browse files
committed
Rename enable_nls() function in ptrack_helpers.p is_nls_enabled()
1 parent039e3c8 commit55d3fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def is_enterprise():
101101
else:
102102
returnFalse
103103

104-
defenable_nls():
104+
defis_nls_enabled():
105105
cmd= [os.environ['PG_CONFIG'],'--configure']
106106

107107
p=subprocess.Popen(
@@ -160,7 +160,7 @@ def slow_start(self, replica=False):
160160
classProbackupTest(object):
161161
# Class attributes
162162
enterprise=is_enterprise()
163-
enable_nls=enable_nls()
163+
enable_nls=is_nls_enabled()
164164

165165
def__init__(self,*args,**kwargs):
166166
super(ProbackupTest,self).__init__(*args,**kwargs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp