Skip to content

Commit 7b81745

Browse files
Merge pull request #50 from DUNE-DAQ/PawelPlesniak/IntegTestFix
Correcting the constructor for the ProtoBuf conf
2 parents 1715f46 + d946d1e commit 7b81745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daqpytools/logging/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class ERSPyLogHandlerConf:
191191
are not yet supported.
192192
"""
193193
handlers: list = field(default_factory = lambda: [])
194-
protobufconf: ProtobufConf = field(default_factory = lambda: ProtobufConf())
194+
protobufconf: ProtobufConf = field(default_factory = lambda: None)
195195

196196
@dataclass
197197
class LogHandlerConf:

0 commit comments

Comments
 (0)