更新全局变量替换逻辑 #464
Annotations
3 errors and 1 warning
pyright:
httpfpt/db/mysql_db.py#L157
Argument of type "dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to parameter "target" of type "dict[Unknown, Unknown]" in function "record_variables"
Type "dict[Unknown, Unknown] | list[Unknown]" cannot be assigned to type "dict[Unknown, Unknown]"
"list[Unknown]" is incompatible with "dict[Unknown, Unknown]" (reportArgumentType)
|
pyright:
httpfpt/db/mysql_db.py#L157
Argument of type "str | None" cannot be assigned to parameter "env" of type "str" in function "record_variables"
Type "str | None" cannot be assigned to type "str"
"None" is incompatible with "str" (reportArgumentType)
|
pyright
2 errors
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading