mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	code formatting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
		@@ -157,7 +157,9 @@ def separate_pages(filepath: str, pages_to_split_on: list[int]) -> list[str]:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def save_to_dir(
 | 
			
		||||
    filepath: str, newname: str = None, target_dir: str = settings.CONSUMPTION_DIR
 | 
			
		||||
    filepath: str,
 | 
			
		||||
    newname: str = None,
 | 
			
		||||
    target_dir: str = settings.CONSUMPTION_DIR,
 | 
			
		||||
):
 | 
			
		||||
    """
 | 
			
		||||
    Copies filepath to target_dir.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user