--- 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: