kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			Fix #274: Broken logging statement during import error
							rodzic
							
								
									5f5cb2838e
								
							
						
					
					
						commit
						b7295382e7
					
				|  | @ -259,7 +259,9 @@ def get_cover_from_fs(dir_path): | |||
|     'import_job') | ||||
| def import_job_run(self, import_job, replace=False, use_acoustid=False): | ||||
|     def mark_errored(exc): | ||||
|         logger.error('[Import Job %s] Error during import: %s', str(exc)) | ||||
|         logger.error( | ||||
|             '[Import Job %s] Error during import: %s', | ||||
|             import_job.pk, str(exc)) | ||||
|         import_job.status = 'errored' | ||||
|         import_job.save(update_fields=['status']) | ||||
| 
 | ||||
|  |  | |||
|  | @ -0,0 +1 @@ | |||
| Broken logging statement during import error (#274) | ||||
		Ładowanie…
	
		Reference in New Issue
	
	 Eliot Berriot
						Eliot Berriot