Skip to content

Commit 88c3103

Browse files
authored
fix: treated S3 configpath as a relpath (#10758)
Update config.py
1 parent c37bef7 commit 88c3103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dvc/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ def _map_dirs(conf, func):
340340
"gdrive_user_credentials_file": func,
341341
"gdrive_service_account_json_file_path": func,
342342
"credentialpath": func,
343+
"configpath": func,
343344
"keyfile": func,
344345
"cert_path": func,
345346
"key_path": func,

0 commit comments

Comments
 (0)