We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e677956 commit 32634a0Copy full SHA for 32634a0
1 file changed
plugboard/library/data_writer.py
@@ -51,6 +51,7 @@ def __init__(
51
outputs=None,
52
input_events=self.__class__.io.input_events,
53
output_events=self.__class__.io.output_events,
54
+ event_field_coverage=self.__class__.io.event_field_coverage,
55
namespace=self.name,
56
component=self,
57
)
0 commit comments