Skip to content

Commit 532084e

Browse files
Update sqlmesh/core/config/loader.py
Co-authored-by: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com>
1 parent 0770a17 commit 532084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/config/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def load_config_from_python_module(
189189
config_module = import_python_file(module_path, module_path.parent)
190190
except Exception as e:
191191
raise ConfigError(
192-
f"Failed to load config file: {str(e)}",
192+
f"Failed to load config file: {e}",
193193
location=module_path,
194194
)
195195

0 commit comments

Comments
 (0)