Hello Dmitrey,

I just tried your code over here and have to admit, that everything works as expected. The 'msg' variable is flagged as unused and an associated message is shown (see attached screenshot). Are you sure, that the Syntax Checker Plugin is active? You may check this via the Plugin Infos dialog. If it is not, just open the context menu in there and selecte 'Activate'. If that does not work, check for an error in the associated plugin details.

Regards,
Detlev

Am 21.06.26 um 10:16 schrieb Dmitrey Kroshko:
def myFunc(...):
    ....
    msg = f'operation {operation} with macAddress={macAddress} is finished'
    #print(msg)
    return r

--
Detlev Offenbach
[email protected]

Reply via email to