diff --git a/unit_tests/test_utils.py b/unit_tests/test_utils.py index 4b6c6ecb..1e149ae4 100644 --- a/unit_tests/test_utils.py +++ b/unit_tests/test_utils.py @@ -38,7 +38,7 @@ def load_config(): if not config: logging.error('Could not find config.yaml in any parent directory ' - 'of %s. ' % file) + 'of %s. ' % __file__) raise Exception return yaml.safe_load(open(config).read())['options']