Single line summaries of docstrings
This commit is contained in:
parent
35d47fe3ed
commit
4dc41bb008
20 changed files with 153 additions and 115 deletions
|
|
@ -224,8 +224,9 @@ class ScanDirectory:
|
|||
|
||||
@property
|
||||
def images_dir(self) -> Optional[str]:
|
||||
"""The path to the images directory. None is returned if no images directory
|
||||
was created
|
||||
"""The path to the images directory.
|
||||
|
||||
None is returned if no images directory was created.
|
||||
"""
|
||||
im_path = os.path.join(self.dir_path, IMG_DIR_NAME)
|
||||
if os.path.isdir(im_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue