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.
1 parent ea05a4a commit 5b8a836Copy full SHA for 5b8a836
testgres/plugins/pg_probackup2/pg_probackup2/init_helpers.py
@@ -207,7 +207,7 @@ def __init__(self):
207
if self.probackup_version.split('.')[0].isdigit():
208
self.major_version = int(self.probackup_version.split('.')[0])
209
else:
210
- print('Pg_probackup version \"{}\" is not correct! Expected that the major pg_probackup version should be a number.'.format(self.probackup_version))
+ print('Can\'t process pg_probackup version \"{}\": the major version is expected to be a number'.format(self.probackup_version))
211
sys.exit(1)
212
213
def test_env(self):
0 commit comments