mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Revert internal comment
Must've changed this accidentally
This commit is contained in:
parent
6dfaacc306
commit
48cd5916ed
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user