Skip to content

Resolve "elog_add does not add (id11 nscope session)"

Closes #4150 (closed)

This was reported before in #4028 (closed) and fix in !5850 (merged) for bliss 2.0. However an major refactoring was done at the same time so we fix actually bug in the MR for bliss 1.11.x:

  • The print used in wa() or other methods is builtins.print not setup_globals.print. Instead of patching setup_globals.print we patch builtins.print.
  • When an exception is raised, the cell finalization was not calls. In this MR it is called.
Edited by Wout De Nolf

Merge request reports