2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-26 19:10:30 +00:00

Add missing traceback import to pxe

This concludes fixing the
susceptability to total
loss of pxe thread.
This commit is contained in:
Jarrod Johnson 2020-07-09 10:44:05 -04:00
parent 48804ed23f
commit d5ff9b4cb5

View File

@ -32,6 +32,7 @@ import eventlet.green.socket as socket
import eventlet.green.select as select
import netifaces
import struct
import traceback
libc = ctypes.CDLL(ctypes.util.find_library('c'))