mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Fix some whitespace (#2433)
This commit is contained in:
parent
2fcb68afd8
commit
86c8cffa6c
1 changed files with 1 additions and 2 deletions
|
|
@ -32,13 +32,12 @@ import six
|
|||
|
||||
class CheckerCommandException(Exception):
|
||||
"""Raised when running a checker failed.
|
||||
|
||||
|
||||
Attributes:
|
||||
checker: Checker command name.
|
||||
path: Path to the file being validated.
|
||||
errno: Error number from the checker execution error.
|
||||
msg: Message from the checker execution error.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, cmd, oserror):
|
||||
|
|
|
|||
Loading…
Reference in a new issue