knipknap / exscript

A Python module making Telnet and SSH easy
MIT License
367 stars 136 forks source link

infinit loop when execute use parameter read_until_match #236

Closed prunith closed 8 months ago

prunith commented 8 months ago

When we "execute" twice with parameter read_until_match second command enter in infinit loop due to self.is_executing == True. Probably because for read_until_match self.is_executing is not set to False anywhere