Skip to content
Snippets Groups Projects
Commit ddfaa9af authored by Gabriele Perrone's avatar Gabriele Perrone
Browse files

editorial on html.py

parent 6aa64bd2
No related branches found
No related tags found
8 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!918Develop nfapi,!847Nr vcd,!809Develop Integration Branch -- 2020 week 17,!803CI: Improvement on python framework
......@@ -46,6 +46,8 @@ class HTMLManagement():
def __init__(self):
self.htmlHeaderCreated = False
self.htmlFooterCreated = False
self.htmlTabRefs = []
self.htmlTabNames = []
self.htmlTabIcons = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment