Skip to content

Fix: close #822 Fix exception filter #827

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

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

darksidecat
Copy link
Contributor

@darksidecat darksidecat commented Feb 2, 2022

Description

Fix exception filters

Exception filters __call__ first parameter must be event from Telegram

Fixes #822

Type of change

Please delete options that are not relevant.

  • Documentation (typos, code examples or any documentation update)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Run test locally

Test Configuration:

  • Operating System: Manjaro 21.2.2 Qonos
  • Python version: Python 3.10.1

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@JrooTJunior JrooTJunior added 3.x Issue or PR for stable 3.x version bug Something is wrong with the framework labels Feb 8, 2022
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #827 (91e3aad) into dev-3.x (c705858) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x      #827   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          280       280           
  Lines         7378      7379    +1     
=========================================
+ Hits          7378      7379    +1     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
aiogram/dispatcher/filters/exception.py 100.00% <100.00%> (ø)

@JrooTJunior JrooTJunior merged commit 1b8e22d into aiogram:dev-3.x Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version bug Something is wrong with the framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants