Add punctuation to docstrings
This commit is contained in:
parent
4dc41bb008
commit
80beeea07b
34 changed files with 232 additions and 235 deletions
|
|
@ -25,7 +25,7 @@ def parse_arguments() -> Namespace:
|
|||
|
||||
|
||||
def script_directory(path):
|
||||
"""Resolve path to directory of the current script"""
|
||||
"""Resolve path to directory of the current script."""
|
||||
return os.path.join(os.path.dirname(os.path.realpath(__file__)), path)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue