Skip to content

Commit a19159a

Browse files
committed
removed target_list and vkey list requirements
1 parent fb967fd commit a19159a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ print(ckl_editor.read_target_data("test.ckl"))
5555

5656
---
5757

58-
### **write_target_data**(*file_name*, *key*, *value*, *target_list*)
58+
### **write_target_data**(*file_name*, *key*, *value*)
5959

6060
This module can write to any of the Target Data fields shown in the *Editable Fields/Target Data* section. Note the values because some fields must match a list of predefined values or the STIG Viewer will not be able to open the file.
6161

@@ -76,7 +76,7 @@ ckl_editor.write_target_data(file_name="test.ckl", key="ROLE", value="Member Ser
7676

7777
---
7878

79-
### **write_vkey_data**(*file_name*, *key*, *status*, *finding_details*, *comments*, *vkeylist*)
79+
### **write_vkey_data**(*file_name*, *key*, *status*, *finding_details*, *comments*)
8080

8181
This module can write status, finding_details, and comments to any vkey that exists in your CKL file. It will error out if the vkey does not exists. Some of the fileds such as status have a list of predefined values you must use or the STIG Viewer will not be able to open the file.
8282

0 commit comments

Comments
 (0)