--- a/src/eric7/Utilities/__init__.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Utilities/__init__.py Tue Apr 23 11:26:04 2024 +0200 @@ -40,7 +40,7 @@ def __showwarning( - message, category, filename, lineno, file=None, line="" # noqa: U100 + message, category, filename, lineno, file=None, line=None # noqa: U100 ): """ Module function to raise a SyntaxError for a SyntaxWarning.