Use named argument data_directory.
This commit is contained in:
		
							parent
							
								
									9f7a7ca3f7
								
							
						
					
					
						commit
						d14d68b2c8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1638,7 +1638,7 @@ class PhotoDB( | ||||||
| 
 | 
 | ||||||
|         path = possible |         path = possible | ||||||
|         photodb = cls( |         photodb = cls( | ||||||
|             path, |             data_directory=path, | ||||||
|             create=False, |             create=False, | ||||||
|             *args, |             *args, | ||||||
|             **kwargs, |             **kwargs, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue