Skip to content

Commit 86ca12b

Browse files
Léonard Micheletleonarf
authored andcommitted
add one code naf + delete one print
1 parent daea436 commit 86ca12b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

enthic/scraping/extract_bundle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from os import listdir
99
from os.path import dirname, join
1010
from pathlib import Path
11-
from pprint import pprint
1211
from re import compile, sub
1312
from zipfile import BadZipFile, ZipFile
1413

@@ -270,7 +269,6 @@ def process_xml_file(xml_stream, xml_name):
270269
"different des metadata déjà en base. Action choisie :",
271270
metadata_case,
272271
)
273-
pprint(existing_metadata_list)
274272

275273
if metadata_case == MetadataCase.REPLACE:
276274
replace_metadata_ORM(new_metadata, metadata_to_replace)

references/naf_transition.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"05.02Z": "45.20A",
1515
"05.16N": "46.61Z",
1616
"01.42A": "08.12Z",
17+
"01.58M": "10.73Z",
1718
"07.48K": "47.79Z",
1819
"00.20B": "02.20Z",
1920
"09.26C": "93.29Z",
@@ -73,6 +74,7 @@
7374
"02.81A": "25.11Z",
7475
"04.52B": "41.20B",
7576
"06.701": "56.10A",
77+
"06.708": "68.20B",
7678
"08.51A": "86.10Z",
7779
"02.52A": "22.21Z",
7880
"05.54C": "56.30Z",
@@ -432,6 +434,7 @@
432434
"07.03A": "68.31Z",
433435
"07.11A": "77.11A",
434436
"07.11B": "77.11B",
437+
"07.11Z": "77.11A",
435438
"07.12C": "77.34Z",
436439
"07.12E": "77.35Z",
437440
"07.13A": "77.31Z",

0 commit comments

Comments
 (0)