diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 5328dcb4..f0d5ba91 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -180,7 +180,7 @@ Thanks!""" ### Launcher def get_config(): - config_directory = os.path.dirname(__file__) + config_directory = os.path.dirname(__file__) # this will be "scripts" config_yaml = os.path.join(config_directory, "..", "config.yaml") config_json = os.path.join(config_directory, "config.json")