1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-07 19:05:06 +02:00

🧹 Remove redundant comment

This commit is contained in:
Mike Gerber 2024-11-28 20:05:55 +01:00
parent 6981efb87c
commit ca8f165955

View file

@ -467,7 +467,6 @@ def process(mets_files: List[str], output_file: str, output_page_info: str):
if output_page_info:
# Convert page_info SQL to a pandas DataFrama
page_info_df = pd.read_sql_query("SELECT * FROM page_info", con_page_info, index_col=["ppn", "ID"])
# Save the DataFrame
logger.info('Writing DataFrame to {}'.format(output_page_info))
page_info_df.to_parquet(output_page_info)