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