Commit a38fcfc3 authored by Kirill Smelkov's avatar Kirill Smelkov
Browse files

trx_toolkit/transceiver: Use `msg is None` instead of `not msg`

`msg is None` are two pointers comparision. `not msg` goes to py-level
and can generally invoke arbitrary python code.

Change-Id: I1278bed0a83dfac13734467f5333fae30e19bd5a
parent bfb6653a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment