Skip to content

Commit 5b8a836

Browse files
committed
Changed error message
1 parent ea05a4a commit 5b8a836

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
if self.probackup_version.split('.')[0].isdigit():
208208
self.major_version = int(self.probackup_version.split('.')[0])
209209
else:
210-
print('Pg_probackup version \"{}\" is not correct! Expected that the major pg_probackup version should be a number.'.format(self.probackup_version))
210+
print('Can\'t process pg_probackup version \"{}\": the major version is expected to be a number'.format(self.probackup_version))
211211
sys.exit(1)
212212

213213
def test_env(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy