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

builder: catch the correct CancelledError #425

Merged
merged 1 commit into from
Jul 21, 2021

Conversation

jkloetzke
Copy link
Member

The asyncio.CancelledError class was the same as
concurrent.futures.CancelledError in the past. Recently it was converted
to its own class, leading to visible backtraces.

The asyncio.CancelledError class was the same as
concurrent.futures.CancelledError in the past. Recently it was converted
to its own class, leading to visible backtraces.
@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #425 (f7afc15) into master (6288112) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   82.46%   82.46%           
=======================================
  Files          42       42           
  Lines       13569    13569           
=======================================
  Hits        11190    11190           
  Misses       2379     2379           
Impacted Files Coverage Δ
pym/bob/cmds/build/builder.py 91.49% <0.00%> (ø)

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 6288112...f7afc15. Read the comment docs.

@jkloetzke jkloetzke merged commit 171acf3 into BobBuildTool:master Jul 21, 2021
@jkloetzke jkloetzke deleted the fix-py39 branch July 21, 2021 20:32
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.

1 participant