Added missing unlink on error
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -28,6 +28,7 @@ yarn-error.log* | ||||
| # Private configs | ||||
| /config.py | ||||
| /test.py | ||||
| /config/ | ||||
|  | ||||
| #build files | ||||
| /build | ||||
|  | ||||
| @ -329,6 +329,7 @@ class Downloader: | ||||
|                 with open(writepath, 'wb') as stream: | ||||
|                     streamTrack(stream, track, downloadObject=self.downloadObject, listener=self.listener) | ||||
|             except requests.exceptions.HTTPError as e: | ||||
|                 if writepath.is_file(): writepath.unlink() | ||||
|                 raise DownloadFailed('notAvailable', track) from e | ||||
|             except OSError as e: | ||||
|                 if writepath.is_file(): writepath.unlink() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 RemixDev
					RemixDev