Skip to content

Fixed a bug when using WSL when all Windows paths have been removed#761

Merged
tleonhardt merged 1 commit intomasterfrom
pyperclip_wsl
Aug 13, 2019
Merged

Fixed a bug when using WSL when all Windows paths have been removed#761
tleonhardt merged 1 commit intomasterfrom
pyperclip_wsl

Conversation

@tleonhardt
Copy link
Copy Markdown
Member

Fixed a bug when using WSL when all Windows paths have been removed from $PATH.

This is a known Pyperclip Issue which ideally should be fixed in Pyperclip. That being said, maintenance on Pyperclip can be a bit slow. So we will go ahead and kludge around this issue in cmd2 in order to provide the best possible experience for our users.

Closes #760

@tleonhardt tleonhardt added the bug label Aug 13, 2019
@tleonhardt tleonhardt added this to the 0.9.17 milestone Aug 13, 2019
@tleonhardt tleonhardt requested a review from kmvanbrunt August 13, 2019 02:29
@tleonhardt tleonhardt self-assigned this Aug 13, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 13, 2019

Codecov Report

Merging #761 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #761      +/-   ##
=========================================
+ Coverage    97.3%   97.3%   +<.01%     
=========================================
  Files          13      13              
  Lines        3450    3457       +7     
=========================================
+ Hits         3357    3364       +7     
  Misses         93      93
Impacted Files Coverage Δ
cmd2/clipboard.py 100% <100%> (ø) ⬆️
cmd2/parsing.py 100% <0%> (ø) ⬆️
cmd2/plugin.py 100% <0%> (ø) ⬆️
cmd2/history.py 100% <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 5643d56...ee570ec. Read the comment docs.

@tleonhardt tleonhardt merged commit d6549c8 into master Aug 13, 2019
@tleonhardt tleonhardt deleted the pyperclip_wsl branch August 13, 2019 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FileNotFoundError from pyperclip not caught when testing clipboard capability

2 participants