mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 19:29:57 +02:00
🧹 Remove unused/obsolete code
This commit is contained in:
parent
6af4a6f671
commit
ef4eeac7e2
1 changed files with 0 additions and 2 deletions
|
@ -419,8 +419,6 @@ def process(mets_files: List[str], output_file: str, output_page_info: str):
|
||||||
# Process METS files
|
# Process METS files
|
||||||
with open(output_file + '.warnings.csv', 'w') as csvfile:
|
with open(output_file + '.warnings.csv', 'w') as csvfile:
|
||||||
csvwriter = csv.writer(csvfile)
|
csvwriter = csv.writer(csvfile)
|
||||||
mods_info = []
|
|
||||||
page_info = []
|
|
||||||
logger.info('Processing METS files')
|
logger.info('Processing METS files')
|
||||||
for mets_file in tqdm(mets_files_real, leave=True):
|
for mets_file in tqdm(mets_files_real, leave=True):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue