Skip to content

Remove code paths from ShellSession.disconnect handled by subclasses

  • elif self.name == "LxcSession":: LxcSession already handles this.
  • elif self.name == "QemuSession":: QemuSession already handles this.
  • elif self.name == "ShellSession":: Make this the else path because ShellSession is now the base class.

Merge request reports