Skip to content

Commit 5ea3615

Browse files
author
a.kozhemyakin
committed
fix
1 parent fb5debd commit 5ea3615

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,8 +1528,7 @@ def del_test_dir(self, module_name, fname, nodes=[]):
15281528
try:
15291529
if node.status() == 0:
15301530
node.stop()
1531-
except Exception as e:
1532-
print("Error stop node ", e)
1531+
except:
15331532
raise
15341533
finally:
15351534
if node in self.nodes:

0 commit comments

Comments
 (0)