Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong trigger for warning (#971)
func.__code__.co_varnames was used to count the function arguments for formatting_func. This code actually counted the function variables rather than function parameters.
- Loading branch information