long2ice commented on code in PR #3976:
URL:
https://github.com/apache/incubator-devlake/pull/3976#discussion_r1053021429
##########
plugins/dbt/tasks/convertor.go:
##########
@@ -55,7 +56,8 @@ func DbtConverter(taskCtx core.SubTaskContext) errors.Error {
profilesPath := data.Options.ProfilesPath
profile := data.Options.Profile
- _, err := errors.Convert01(os.Stat(projectPath + "/profiles.yml"))
+ defaultProfilesPath := filepath.Join(projectPath, "/profiles.yml")
Review Comment:
filepath.Join no need `/`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]