This commit is contained in:
LoafyLemon 2024-09-10 14:38:51 +01:00
parent 83383f71f7
commit 841a07b8d3

View File

@ -84,9 +84,8 @@ init -1 python:
try: try:
os.makedirs(syspath, exist_ok=True) os.makedirs(syspath, exist_ok=True)
except OSError as e: except OSError:
print(f"Warning! Failed to create cache directory: {cache_dir} - {e}") print(f"Warning! Failed to create cache directory: {cache_dir}")
return d
try: try:
if not renpy.loadable(filepath): if not renpy.loadable(filepath):