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: standardize drive letter case #2

Closed
wants to merge 1 commit into from

Conversation

garbados
Copy link

@garbados garbados commented Nov 1, 2018

When drive letters are in uppercase, the filter used by mapOutput will sometimes fail to parse disk information because C: does not start with c:, leading the filter to erroneously ignore information. This patch standardizes drive names by converting them to lowercase.

@garbados garbados force-pushed the patch-1 branch 2 times, most recently from 867d77c to bff2046 Compare November 1, 2018 19:17
@garbados garbados closed this Nov 1, 2018
When drive letters are in uppercase, the filter used by `mapOutput` will sometimes fail to parse disk information because `C:` does not start with `c:`, leading the filter to erroneously ignore information. This patch standardizes drive names by converting them to lowercase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant