-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Received the following traceback when my keystore_id rows had more delimiters than the header row.
root@freeztp-dev:/etc/ztp/sis# ztp request external-keystore-test SBS
Traceback (most recent call last):
File "/bin/ztp", line 3511, in <module>
interpreter()
File "/bin/ztp", line 3058, in interpreter
config.load_external()
File "/bin/ztp", line 668, in load_external
external_keystores.load()
File "/bin/ztp", line 2992, in load
if key[:7] == "idarray":
TypeError: 'NoneType' object has no attribute '__getitem__'
All ZTP commands gave the same traceback until the csv format was fixed.
Metadata
Metadata
Assignees
Labels
No labels