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 6daacbc commit c08ee60Copy full SHA for c08ee60
launch_testing_ros/launch_testing_ros/wait_for_topics.py
@@ -93,8 +93,6 @@ def __enter__(self):
93
return self
94
95
def __exit__(self, exep_type, exep_value, trace):
96
- if exep_type is not None:
97
- raise Exception('Exception occured, value: ', exep_value)
98
self.shutdown()
99
100
0 commit comments