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

Commit5b8a836

Browse files
committed
Changed error message
1 parentea05a4a commit5b8a836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def __init__(self):
207207
ifself.probackup_version.split('.')[0].isdigit():
208208
self.major_version=int(self.probackup_version.split('.')[0])
209209
else:
210-
print('Pg_probackupversion\"{}\" is not correct! Expected thatthe majorpg_probackupversionshouldbe a number.'.format(self.probackup_version))
210+
print('Can\'t process pg_probackupversion\"{}\":the major versionis expected tobe a number'.format(self.probackup_version))
211211
sys.exit(1)
212212

213213
deftest_env(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp