Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

fix _exit_event.set in __aexit__ coroutine of paginator #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix _exit_event.set in __aexit__ coroutine of paginator #40

wants to merge 1 commit into from

Conversation

mklokocka
Copy link

Proposed fix for the self._exit_event of paginator not being correctly set when task using paginator cancelled.

@codecov
Copy link

codecov bot commented Jul 23, 2018

Codecov Report

Merging #40 into master will decrease coverage by 3.77%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage     100%   96.22%   -3.78%     
==========================================
  Files           1        1              
  Lines         106      106              
  Branches       14       14              
==========================================
- Hits          106      102       -4     
- Misses          0        3       +3     
- Partials        0        1       +1
Impacted Files Coverage Δ
aiocassandra.py 96.22% <100%> (-3.78%) ⬇️

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 3ffd252...a6be8f9. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant