in linux/install_gpu_driver.py [0:0]
def close_logs(cls): if cls.STDOUT_LOG_F: cls.STDOUT_LOG_F.close() if cls.STDERR_LOG_F: cls.STDERR_LOG_F.close()