Show More
@@ -706,11 +706,7 b' class KernelManager(Configurable):' | |||||
706 | _stdin_channel = Any |
|
706 | _stdin_channel = Any | |
707 | _hb_channel = Any |
|
707 | _hb_channel = Any | |
708 | _connection_file_written=Bool(False) |
|
708 | _connection_file_written=Bool(False) | |
709 |
|
709 | |||
710 | def __del__(self): |
|
|||
711 | self.cleanup_connection_file() |
|
|||
712 | self.cleanup_ipc_files() |
|
|||
713 |
|
||||
714 | #-------------------------------------------------------------------------- |
|
710 | #-------------------------------------------------------------------------- | |
715 | # Channel management methods: |
|
711 | # Channel management methods: | |
716 | #-------------------------------------------------------------------------- |
|
712 | #-------------------------------------------------------------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now