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 import cwd if no cwd #2212

Merged
merged 1 commit into from
Apr 22, 2022
Merged

fix import cwd if no cwd #2212

merged 1 commit into from
Apr 22, 2022

Conversation

willmcgugan
Copy link
Collaborator

Fixes #2197

@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2022

Codecov Report

Merging #2212 (5100a2b) into master (46b1c95) will decrease coverage by 0.16%.
The diff coverage is 81.89%.

@@            Coverage Diff             @@
##           master    #2212      +/-   ##
==========================================
- Coverage   99.07%   98.91%   -0.17%     
==========================================
  Files          72       73       +1     
  Lines        7555     7620      +65     
==========================================
+ Hits         7485     7537      +52     
- Misses         70       83      +13     
Flag Coverage Δ
unittests 98.91% <81.89%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rich/layout.py 100.00% <ø> (ø)
rich/markup.py 100.00% <ø> (ø)
rich/__init__.py 93.54% <60.00%> (-6.46%) ⬇️
rich/progress.py 92.73% <79.56%> (-0.79%) ⬇️
rich/progress_bar.py 99.00% <85.71%> (-1.00%) ⬇️
rich/console.py 98.89% <86.36%> (-0.33%) ⬇️
rich/_export_format.py 100.00% <100.00%> (ø)
rich/_windows_renderer.py 100.00% <100.00%> (ø)
rich/control.py 100.00% <100.00%> (ø)
rich/file_proxy.py 100.00% <100.00%> (ø)
... and 4 more

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 0ed9309...5100a2b. Read the comment docs.

@willmcgugan willmcgugan merged commit 4dec798 into master Apr 22, 2022
@willmcgugan willmcgugan deleted the fix-cwd branch April 22, 2022 09:26
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.

[BUG] Importing rich fails with FileNotFoundError if current working directory does not exist
3 participants