1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
This commit is contained in:
a.kozhemyakin 2021-02-15 10:32:32 +03:00
parent fb5debda8a
commit 5ea3615711

View File

@ -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: