##// END OF EJS Templates
Removing connection/ipc file cleanup from KernelManager.__del__.
Brian E. Granger -
Show More
@@ -707,10 +707,6 b' class KernelManager(Configurable):'
707 707 _hb_channel = Any
708 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 711 # Channel management methods:
716 712 #--------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now