src/eric7/eric7_doc.py

branch
eric7
changeset 9786
f94b530722af
parent 9740
90072e10ae9b
child 10296
2d3218cb56dc
--- a/src/eric7/eric7_doc.py	Tue Feb 21 10:56:54 2023 +0100
+++ b/src/eric7/eric7_doc.py	Wed Feb 22 07:43:56 2023 +0100
@@ -438,9 +438,7 @@
                     continue
                 except Exception as ex:
                     sys.stderr.write(
-                        "{0} error while parsing: {1}\n".format(
-                            file, str(ex)
-                        )
+                        "{0} error while parsing: {1}\n".format(file, str(ex))
                     )
                     raise
 
@@ -468,9 +466,7 @@
                     sys.stderr.write("{0} error: {1}\n".format(file, v[1]))
                 except Exception as ex:
                     sys.stderr.write(
-                        "{0} error while writing: {1}\n".format(
-                            file, str(ex)
-                        )
+                        "{0} error while writing: {1}\n".format(file, str(ex))
                     )
                     raise
                 else:

eric ide

mercurial