test/monitor: properly initialize output
It was not initialized in `__init__`, do so.
This commit is contained in:
parent
b94b90b8e2
commit
f2aa688d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class TapeMonitor(osbuild.monitor.BaseMonitor):
|
|||
self.asm = None
|
||||
self.results = set()
|
||||
self.logger = io.StringIO()
|
||||
self.output = None
|
||||
|
||||
def begin(self, pipeline: osbuild.Pipeline):
|
||||
self.counter["begin"] += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue