Message ID | 20230619225746.462791-6-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/6] handshake: add force_sha1 flag to handshake_state_get_pmkid() | expand |
diff --git a/autotests/testNetconfig/connection_test.py b/autotests/testNetconfig/connection_test.py index cf90993a..aed35bee 100644 --- a/autotests/testNetconfig/connection_test.py +++ b/autotests/testNetconfig/connection_test.py @@ -276,7 +276,7 @@ class Test(unittest.TestCase): elif quote or ch not in ' \t\r\n;{}#': token += ch if ch == '#': - break + continue elif ch == '{': stack.append([]) elif ch == '}':