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 incorrect error message on Windows #4039

Merged
merged 1 commit into from Oct 29, 2020

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

We're parsing the exception message here looking for a path, but we were not considering potential drive letters on Windows. So we were showing an invalid path in the final error.

What is your fix for the problem, implemented in this PR?

Add an optional part to the regexp to also capture the drive letter.

Make sure he following tasks are checked

We're parsing the exception message here looking for a path, but we were
not considering potential drive letters on Windows.
@deivid-rodriguez deivid-rodriguez force-pushed the fix_incorrect_error_message_on_windows branch from 001fede to 512bb01 Compare October 27, 2020 13:39
@deivid-rodriguez deivid-rodriguez merged commit 7d20043 into master Oct 29, 2020
@deivid-rodriguez deivid-rodriguez deleted the fix_incorrect_error_message_on_windows branch October 29, 2020 10:34
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…_windows

Fix incorrect error message on Windows

(cherry picked from commit 7d20043)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…_windows

Fix incorrect error message on Windows

(cherry picked from commit 7d20043)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…_windows

Fix incorrect error message on Windows

(cherry picked from commit 7d20043)
deivid-rodriguez added a commit that referenced this pull request Dec 7, 2020
…_windows

Fix incorrect error message on Windows

(cherry picked from commit 7d20043)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants