src/eric7/Utilities/__init__.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 10694
f46c1e224e8a
child 10704
27d21e5163b8
child 10716
11cdcc824469
--- 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.

eric ide

mercurial