Python

Python

Made by DeepSource

Exception arguments suggest string formatting might be intended PYL-W0715

Anti-pattern
Major

Found multiple arguments to an exception constructor, the first of them a string literal containing what appears to be placeholders intended for formatting. In this case, it is recommended to format the message properly.