Skip to content

lisa.analysis.tasks: Fix TaskAnalysis.plot_task_activation()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr197 into master

Add nonlocal declaration since the variable is assigned to in a closure, while refering to a name bound in an outer scope.

Merge request reports