Revision 0c608b53 ncclient/transport/ssh.py

b/ncclient/transport/ssh.py
86 86
            elif x == delim[expect]: # what we expected
87 87
                expect += 1 # expect the next delim char
88 88
            else:
89
                expect = 0
89 90
                continue
90 91
            # loop till last delim char expected, break if other char encountered
91 92
            for i in range(expect, n):

Also available in: Unified diff