You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-09-16 09:26:30 +02:00
fix
This commit is contained in:
@@ -1528,8 +1528,7 @@ class ProbackupTest(object):
|
||||
try:
|
||||
if node.status() == 0:
|
||||
node.stop()
|
||||
except Exception as e:
|
||||
print("Error stop node ", e)
|
||||
except:
|
||||
raise
|
||||
finally:
|
||||
if node in self.nodes:
|
||||
|
Reference in New Issue
Block a user