awslabs / damo

DAMON user-space tool
https://damonitor.github.io/
GNU General Public License v2.0
155 stars 26 forks source link

damo_schemes: Fix undefined 'err' in cleanup_exit #48

Closed honggyukim closed 1 year ago

honggyukim commented 1 year ago

This patch is to fix the following error in cleanup_exit().

  NameError: name 'err' is not defined
sj-aws commented 1 year ago

Nice catch, thank you!