mirror of
https://github.com/beetbox/beets.git
synced 2026-01-18 22:22:18 +01:00
Check function signature instead of using TypeError to crudely guess that the wrong number of arguments were provided. Prevent bpd from crashing when trying to log a traceback. The `traceback.format_exc` function takes an optional argument which is supposed to be an integer restricting the length of the backtrace to show. Instead we were passing the exception object to this function and causing a new exception to be raised. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gstplayer.py | ||