mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-30 06:48:23 +00:00
Fix typo in pxe handler
This commit is contained in:
@@ -115,7 +115,7 @@ def idxtoname(idx):
|
||||
_idxtoname(idx, name)
|
||||
ret = name.value.strip()
|
||||
if not isinstance(ret, str):
|
||||
ret = ret.deecode('utf8')
|
||||
ret = ret.decode('utf8')
|
||||
return ret
|
||||
|
||||
_idxtobcast = {}
|
||||
|
Reference in New Issue
Block a user