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

✨ better error handler for file permission denied in copying… #144

Merged
merged 2 commits into from
Dec 27, 2018

Conversation

chfw
Copy link
Member

@chfw chfw commented Dec 27, 2018

…. fix #143

@codecov-io
Copy link

codecov-io commented Dec 27, 2018

Codecov Report

Merging #144 into dev will increase coverage by 0.01%.
The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #144      +/-   ##
==========================================
+ Coverage   98.31%   98.33%   +0.01%     
==========================================
  Files          39       39              
  Lines        1840     1857      +17     
==========================================
+ Hits         1809     1826      +17     
  Misses         31       31
Impacted Files Coverage Δ
moban/_version.py 100% <100%> (ø) ⬆️
tests/test_copier.py 100% <100%> (ø) ⬆️
moban/utils.py 95.2% <100%> (ø) ⬆️
moban/copier.py 98.76% <100%> (+0.11%) ⬆️
tests/test_hash_store.py 98.88% <66.66%> (ø) ⬆️
tests/test_utils.py 97.84% <66.66%> (ø) ⬆️

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 632a2bb...14e6b59. Read the comment docs.

@chfw chfw merged commit 321ff82 into dev Dec 27, 2018
@chfw chfw deleted the fix-permission-denied branch January 5, 2019 20:43
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.

PermissionError: [Errno 13] Permission denied
2 participants