Issue with Clone() in python
I have been using a python script to clone a session for awhile, and it has been working well (aside from not being able to control the order of tabs). Starting today, however, the ssh bastion I usually connect to has been replaced and I now get an error message when attempting to clone that tab ("ScriptError Error: Connection failed"). If I right click on the tab this script is cloning from, and click "Clone session", it clones it without any issues. However doing this in python is no longer working for me.
Does selecting "Clone session" from the right-click menu use ssh cloning, or does it do more that that? I am thinking either the new server does not support cloning (and doing so manually falls back to recreating a session) or there is another issue.
Thanks!
|