Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message for missing function parameters (#6232)
* Improve error message for missing function parameters The error message in the fingerprint module was missing the f-string 'f' symbol, so the error message returned by fingerprint.py, line 469 was literally "function {func} is missing parameters {fingerprint_names} in signature." This has been fixed. * Replace __name__ with __qualname__ * Revert --------- Co-authored-by: James Orcutt <eorcutt@bloombergindustry.com> Co-authored-by: Mario Šaško <mariosasko777@gmail.com>
- Loading branch information