File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ This article explains how to convert a Nexus Network Fabric Cable Validation Rep
15
15
16
16
## Prerequisites
17
17
18
- - Requires Modules: ` json pandas as pd datetime `
18
+ - Requires Python 3.11 or later
19
+ - Requires Python 3.11 Modules: ` json pandas as pd datetime `
19
20
20
- ## Python Script for Cable Validation JSON to html conversion
21
+ ## Python Script for Cable Validation JSON to HTML Conversion
21
22
22
23
```
23
24
import json
@@ -135,7 +136,7 @@ The report output has filename `CableValidationAndSpecification-<DATE>.html`.
135
136
136
137
## Cable Validation Report HTML results
137
138
138
- The report will be sparated into 6 sections:
139
+ The report is separated into 6 sections:
139
140
- Cable Validation - Compliant
140
141
- Cable Validation - NonCompliant
141
142
- Cable Validation - Unknown
You can’t perform that action at this time.
0 commit comments