Bug fix
This commit is contained in:
parent
83383f71f7
commit
841a07b8d3
@ -84,9 +84,8 @@ init -1 python:
|
||||
|
||||
try:
|
||||
os.makedirs(syspath, exist_ok=True)
|
||||
except OSError as e:
|
||||
print(f"Warning! Failed to create cache directory: {cache_dir} - {e}")
|
||||
return d
|
||||
except OSError:
|
||||
print(f"Warning! Failed to create cache directory: {cache_dir}")
|
||||
|
||||
try:
|
||||
if not renpy.loadable(filepath):
|
||||
|
Loading…
Reference in New Issue
Block a user