File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88from os import listdir
99from os .path import dirname , join
1010from pathlib import Path
11- from pprint import pprint
1211from re import compile , sub
1312from 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 )
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments