Update Utils.py

This commit is contained in:
Mike A. Trethewey
2020-03-04 02:44:31 -08:00
parent ccd48dfa4d
commit c61bd00af6

View File

@@ -82,7 +82,7 @@ def output_path(path):
else: else:
raise NotImplementedError('Not supported yet') raise NotImplementedError('Not supported yet')
output_path.cached_path = os.path.join(documents, 'ALttPEntranceRandomizer') output_path.cached_path = os.path.join(documents, 'ALttPDoorRandomizer')
if not os.path.exists(output_path.cached_path): if not os.path.exists(output_path.cached_path):
os.makedirs(output_path.cached_path) os.makedirs(output_path.cached_path)
if not os.path.join(output_path.cached_path, path): if not os.path.join(output_path.cached_path, path):