Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8da5d55

Browse files
bqbackBibo-Joshi
andauthored
Update/compat regex pattern with theupdate_queueTypeError (#136)
* Compat taghint by regex* black fixes* CI fixes* Fix a bit* update_queue compat error* Fix line length, add the Filters error* Trailing whitespace fix* Bump python-Levenshtein version to 0.25.0* Revert "Bump python-Levenshtein version to 0.25.0"---------Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
1 parent300aa45 commit8da5d55

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎components/const.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,19 @@
238238
COMPAT_ERRORS=re.compile(
239239
r"""
240240
(
241-
(Updater\._{0,2}init_{0,2}\(\)\ got\ an\ )?
242-
unexpected\ keyword\ argument\ ['"]*(use_context|token|use_controls|dispatcher)['"]*
241+
(Updater\._{0,2}init_{0,2}\(\))?
242+
(
243+
\ got\ an\ unexpected\ keyword\ argument
244+
\ ['"]*(use_context|token|use_controls|dispatcher)['"]*
245+
|
246+
\ missing\ 1\ required\ positional\ argument:\ ['"]*update_queue['"]*
247+
)
243248
)|(
244249
updater\.(idle\(\)|dispatcher)
245250
)|(
246251
dispatcher.add_handler\(
252+
)|(
253+
cannot\ import\ name\ ['"]*Filters['"]*
247254
)
248255
""",
249256
flags=re.VERBOSE,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp