Preventing an internal error when using report after 'input'

This commit is contained in:
Matthias Koefferlein 2025-04-26 19:05:40 +02:00
parent 449a9a968e
commit 2435e774f4
1 changed files with 2 additions and 1 deletions

View File

@ -1585,7 +1585,8 @@ module DRC
self._context("report") do
# finish what we got so far
_finish(false)
view = RBA::LayoutView::current
@def_output && @def_output.finish(false, view)
@def_output = nil
@def_output = _make_report(description, filename, cellname)