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 5db4ae3 commit 3a90ecdCopy full SHA for 3a90ecd
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!')
+ print('Pg_probackup version \"{}\" is not correct!'.format(self.probackup_version))
211
sys.exit(1)
212
213
def test_env(self):
0 commit comments