mirror of
				https://github.com/qurator-spk/modstool.git
				synced 2025-11-04 03:14:14 +01:00 
			
		
		
		
	🧹 Remove redundant comment
This commit is contained in:
		
							parent
							
								
									6981efb87c
								
							
						
					
					
						commit
						ca8f165955
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -467,7 +467,6 @@ def process(mets_files: List[str], output_file: str, output_page_info: str):
 | 
				
			||||||
    if output_page_info:
 | 
					    if output_page_info:
 | 
				
			||||||
          # Convert page_info SQL to a pandas DataFrama
 | 
					          # 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"])
 | 
					          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))
 | 
					          logger.info('Writing DataFrame to {}'.format(output_page_info))
 | 
				
			||||||
          page_info_df.to_parquet(output_page_info)
 | 
					          page_info_df.to_parquet(output_page_info)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue