-
Notifications
You must be signed in to change notification settings - Fork 13
Labels
bugSomething isn't workingSomething isn't working
Description
It seems that the @catch_sigpipe decorator stopped working since this change in rdump that catches any exceptions in the finally block during exit:
finally:
if record_writer:
# Exceptions raised in threads can be thrown when deconstructing the writer.
try:
record_writer.__exit__()
except Exception as e:
print_error(e)
ret = 1This should be investigated if RecordWriter.__exit__() needs to raise any exceptions at all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working