Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wildcard globbing in root of device paths #19442

Merged
merged 6 commits into from
May 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add suggestion from James.
  • Loading branch information
MartinGC94 committed May 8, 2023
commit 4cb37d9dc5c944145521060c83a64d2a9b3301bc
Original file line number Diff line number Diff line change
Expand Up @@ -4923,6 +4923,7 @@ protected override string GetParentPath(string path, string root)
parentPath += StringLiterals.DefaultPathSeparator;
}
#endif
s_tracer.WriteLine("GetParentPath returning '{0}'", parentPath);
return parentPath;
}

Expand Down