jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
246 stars 78 forks source link

Tab confusion with multi-device scripts #36

Closed jamiecaesar closed 5 years ago

jamiecaesar commented 5 years ago

The script seems to get confused if you change tabs while a multi-device script is running. While this works fine for single device scripts (and tabs can run different single-device scripts in parallel), if you move away from the active tab on a multi-device script, the next time that it tries to connect to a device it will attempt in the wrong tab and the script will hang and need to be cancelled.

jamiecaesar commented 5 years ago

Fix applied to devel branch -- will be testing more before pushing to master.

jamiecaesar commented 5 years ago

Should be fixed with the latest merge of the devel branch.