From c61bd00af63ec6fb4f0b7da93ee08a0d7ede51a6 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 4 Mar 2020 02:44:31 -0800 Subject: [PATCH] Update Utils.py --- Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.py b/Utils.py index c9612abc..c1a97ced 100644 --- a/Utils.py +++ b/Utils.py @@ -82,7 +82,7 @@ def output_path(path): else: 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): os.makedirs(output_path.cached_path) if not os.path.join(output_path.cached_path, path):