From ef4eeac7e249856439756b054b175470c338604f Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Tue, 3 Dec 2024 17:02:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused/obsolete=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods4pandas/mods4pandas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mods4pandas/mods4pandas.py b/src/mods4pandas/mods4pandas.py index ee1f45d..30d7c22 100755 --- a/src/mods4pandas/mods4pandas.py +++ b/src/mods4pandas/mods4pandas.py @@ -419,8 +419,6 @@ def process(mets_files: List[str], output_file: str, output_page_info: str): # Process METS files with open(output_file + '.warnings.csv', 'w') as csvfile: csvwriter = csv.writer(csvfile) - mods_info = [] - page_info = [] logger.info('Processing METS files') for mets_file in tqdm(mets_files_real, leave=True): try: