-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix log statements of port forwarding to actually work. #928
Fix log statements of port forwarding to actually work. #928
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
self.tunnel_proc = None | ||
self.local_bind_port = None | ||
self.remote_bind_port = None | ||
|
||
if "ControlMaster" not in port_fwd_cmd: | ||
return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also set them to none here too? added this case for docker cluster where the cancel_port_fwd command doesn't work and the tunnel seems to be terminated upon exiting already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ope ya missed that
d53c25a
to
c66d50e
Compare
168d084
to
7266a53
Compare
c66d50e
to
631f587
Compare
No description provided.