beets/beetsplug/bpd
Carl Suster e839e4ea19 bpd: improve exception handling
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.
2019-04-02 09:39:07 +11:00
..
__init__.py bpd: improve exception handling 2019-04-02 09:39:07 +11:00
gstplayer.py bpd: Use integers for time values (fix 2394) 2017-01-17 11:37:10 -08:00