From 8e86ee82f2010ec0a32b200b3575891ac2268a2e Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Fri, 22 Jan 2021 16:10:10 +0100 Subject: [PATCH] reversing commit on resolve settings --- pype/settings/defaults/system_settings/applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pype/settings/defaults/system_settings/applications.json b/pype/settings/defaults/system_settings/applications.json index afe3dfbd42..ec025abc9d 100644 --- a/pype/settings/defaults/system_settings/applications.json +++ b/pype/settings/defaults/system_settings/applications.json @@ -823,7 +823,7 @@ "{PYTHON36_RESOLVE}/Scripts", "{PATH}" ], - "PRE_PYTHON_SCRIPT": "{PYPE_MODULE_ROOT}/pype/resolve/preload_console.py", + "PRE_PYTHON_SCRIPT": "{PYPE_ROOT}/pype/resolve/preload_console.py", "PYPE_LOG_NO_COLORS": "True", "RESOLVE_DEV": "True" }, @@ -1388,4 +1388,4 @@ } } } -} \ No newline at end of file +}