Skip to content

Commit cd783d9

Browse files
committed
Expanding user dir in project root path for contextsave
1 parent 7a4e40e commit cd783d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/wcgw/client/tools.py

+1
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ def get_tool_output(
698698
context.console.print("Calling task memory tool")
699699
relevant_files = []
700700
warnings = ""
701+
arg.project_root_path = os.path.expanduser(arg.project_root_path)
701702
for fglob in arg.relevant_file_globs:
702703
fglob = expand_user(fglob)
703704
if not os.path.isabs(fglob) and arg.project_root_path:

0 commit comments

Comments
 (0)