mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
Clean up unused exception binding.
This commit is contained in:
parent
a23be8bba2
commit
82a4c500e7
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ class YoutubeDL:
|
|||
except KeyboardInterrupt:
|
||||
progress('')
|
||||
self.to_screen('[wait] Interrupted by user')
|
||||
except BaseException as e:
|
||||
except BaseException:
|
||||
self.to_screen('')
|
||||
raise
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue