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 TypeError in P2P._terminate() #579

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Fix TypeError in P2P._terminate() #579

merged 1 commit into from
Jul 22, 2023

Conversation

borzunov
Copy link
Member

@borzunov borzunov commented Jul 22, 2023

@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Merging #579 (617c262) into master (da130cd) will decrease coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #579      +/-   ##
==========================================
- Coverage   85.36%   85.24%   -0.12%     
==========================================
  Files          81       81              
  Lines        8006     8006              
==========================================
- Hits         6834     6825       -9     
- Misses       1172     1181       +9     
Impacted Files Coverage Δ
hivemind/p2p/p2p_daemon.py 95.58% <100.00%> (ø)

... and 3 files with indirect coverage changes

@borzunov borzunov merged commit 6f5c471 into master Jul 22, 2023
14 checks passed
@borzunov borzunov deleted the fix-p2p-shutdown branch July 22, 2023 17:11
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.

"NoneType object is not callable" on stopping P2P
2 participants