Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Glob does not pick up with correct casing if [] is removed. #818

Merged
merged 1 commit into from
Sep 18, 2018

Conversation

karthiknadig
Copy link
Member

Fixes #817

@karthiknadig
Copy link
Member Author

@int19h Looks like glob does not pick up the dirs with proper casing if the pattern does not have any matching requirements. adding [<last char>] forces matching, and it gets the correct casing.

@codecov-io
Copy link

Codecov Report

Merging #818 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #818   +/-   ##
=======================================
  Coverage   59.42%   59.42%           
=======================================
  Files          28       28           
  Lines        3914     3914           
=======================================
  Hits         2326     2326           
  Misses       1588     1588
Impacted Files Coverage Δ
ptvsd/pathutils.py 41.86% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a8d4299...0a9d552. Read the comment docs.

@karthiknadig karthiknadig merged commit b1a6403 into microsoft:master Sep 18, 2018
@karthiknadig karthiknadig deleted the issue817 branch September 18, 2018 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants