X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_files.py;h=02288581d0f551f7ad79b21bddf90875cdea9ece;hp=aa4392e473a7dd4bcbb6884dfcc3b813072aa5ef;hb=2b830298ef5b9b33680f3dc7857365fcaf153938;hpb=b3e8aae27d0ed4a4252f9b274b2e5076e8144dd8 diff --git a/resources/tools/presentation/generator_files.py b/resources/tools/presentation/generator_files.py index aa4392e473..02288581d0 100644 --- a/resources/tools/presentation/generator_files.py +++ b/resources/tools/presentation/generator_files.py @@ -197,7 +197,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): if chapters[chapter_l1][chapter_l2].get(nic, None) is None: chapters[chapter_l1][chapter_l2][nic] = dict( rst_file=f"{join(table_set, chapter_l1)}_{nic}.rst". - replace(u"2n1l-", u""), + replace(u"2n1l-", u"").replace(u"1n1l-", u""), tables=list() ) for idx, tbl_file in enumerate(table_lst):