aboutsummaryrefslogtreecommitdiff
path: root/lib/test-string_helpers.c
diff options
context:
space:
mode:
authorAni Sinha <[email protected]>2023-07-05 19:14:07 +0530
committerWei Liu <[email protected]>2023-07-23 23:19:30 +0000
commited0cf84e9cc42e6310961c87709621f1825c2bb8 (patch)
tree0b8c2a6cf96af5164a691cb513ce6a0c3c0b5fda /lib/test-string_helpers.c
parent060f2b979c4e0e894c381c76a4dcad24376feddd (diff)
vmbus_testing: fix wrong python syntax for integer value comparison
It is incorrect in python to compare integer values using the "is" keyword. The "is" keyword in python is used to compare references to two objects, not their values. Newer version of python3 (version 3.8) throws a warning when such incorrect comparison is made. For value comparison, "==" should be used. Fix this in the code and suppress the following warning: /usr/sbin/vmbus_testing:167: SyntaxWarning: "is" with a literal. Did you mean "=="? Signed-off-by: Ani Sinha <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions