fmt: spelling error correction
This commit is contained in:
parent
f92870f9cc
commit
8bc2c6eef4
@ -80,7 +80,7 @@ class Config:
|
|||||||
|
|
||||||
def absify(self, filename: str) -> pathlib.Path:
|
def absify(self, filename: str) -> pathlib.Path:
|
||||||
ret = (self.general_config.root_directory / filename).resolve()
|
ret = (self.general_config.root_directory / filename).resolve()
|
||||||
_logger.debug(f"Absifying {filename=}, geting {ret}")
|
_logger.debug(f"Absifying {filename=}, getting {ret}")
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def get_out_dir_path(self) -> pathlib.Path:
|
def get_out_dir_path(self) -> pathlib.Path:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user