X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=2cbed03485a2f18c996a8861188823ad3bfd587d;hp=055e50a84c13464c9b29fd8b12c648cc74ed3737;hb=00c9bcf7148bbc42ef0963ec4673d2673a87441b;hpb=de5bbdac1277ea31cb7e2fda1ad0df1595dc04ad diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 055e50a..2cbed03 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -475,7 +475,7 @@ def main(): conversant].read_very_eager().decode("utf-8") except Exception: pass - if index is not 0: + if index != 0: tlog("\nERROR: luser%s did not receive expected string:\n\n" "%s\n\n" "Check the end of capture_%s.log for received data."