Class docstrings
This commit is contained in:
parent
11a1fd7f85
commit
a30b726b91
16 changed files with 118 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ IMAGE_REGEX = re.compile(r"-?[0-9]+_-?[0-9]+\.jpe?g$")
|
|||
|
||||
|
||||
class NotEnoughFreeSpaceError(IOError):
|
||||
pass
|
||||
"""An exception raised if there is not enough free space on disk to scan."""
|
||||
|
||||
|
||||
class ScanInfo(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue