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
1515
1616## Prerequisites
1717
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 `
1920
20- ## Python Script for Cable Validation JSON to html conversion
21+ ## Python Script for Cable Validation JSON to HTML Conversion
2122
2223```
2324import json
@@ -135,7 +136,7 @@ The report output has filename `CableValidationAndSpecification-<DATE>.html`.
135136
136137## Cable Validation Report HTML results
137138
138- The report will be sparated into 6 sections:
139+ The report is separated into 6 sections:
139140- Cable Validation - Compliant
140141- Cable Validation - NonCompliant
141142- Cable Validation - Unknown
You can’t perform that action at this time.
0 commit comments