Trouble with logging in the UI

I’m getting this error. What might be the issue?

line 267, in match
    report.report.addLogText('create new mesh', bRefresh=True)
    ^^^^^^^^^^^^^
AttributeError: 'Report' object has no attribute 'report'

Try with only one .report

report.addLogText('create new mesh', bRefresh=True)
1 Like

Works, thanks @ThomasBittner!

1 Like