Revert internal comment

Must've changed this accidentally
This commit is contained in:
Zedifus 2022-06-24 03:56:31 +01:00
parent 6dfaacc306
commit 48cd5916ed

View File

@ -518,7 +518,7 @@ class Helpers:
logger.critical(f"Unable to write to {self.root_dir} directory!")
sys.exit(1)
# the log directory is there
# ensure the log directory is there
try:
with suppress(FileExistsError):
os.makedirs(os.path.join(self.root_dir, "logs"))