We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d688919 commit a180137Copy full SHA for a180137
1 file changed
mdl/executor/cmd_odata.go
@@ -1030,8 +1030,8 @@ Got: %s`, stmt.ServiceUrl)
1030
// Normalize local file paths to absolute file:// URLs for Studio Pro compatibility
1031
if newSvc.MetadataUrl != "" {
1032
mprDir := ""
1033
- if e.mprPath != "" {
1034
- mprDir = filepath.Dir(e.mprPath)
+ if ctx.MprPath != "" {
+ mprDir = filepath.Dir(ctx.MprPath)
1035
}
1036
1037
// Normalize MetadataUrl: convert relative paths to absolute file:// URLs
0 commit comments