aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/errorout_console.py
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-02-10 19:17:23 +0100
committertgingold <tgingold@users.noreply.github.com>2021-02-10 21:36:22 +0100
commitd52693df5bc7480c3917b7248f8602f2942aeab7 (patch)
tree6404e02d6f053a6b53c561c6b60a6a54152a9e63 /pyGHDL/libghdl/errorout_console.py
parent8f563f9df8ad94e44f1bd8eecd91d5611e507cc7 (diff)
downloadghdl-d52693df5bc7480c3917b7248f8602f2942aeab7.tar.gz
ghdl-d52693df5bc7480c3917b7248f8602f2942aeab7.tar.bz2
ghdl-d52693df5bc7480c3917b7248f8602f2942aeab7.zip
pyGHDL: format using black
Diffstat (limited to 'pyGHDL/libghdl/errorout_console.py')
-rw-r--r--pyGHDL/libghdl/errorout_console.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/libghdl/errorout_console.py b/pyGHDL/libghdl/errorout_console.py
index 3df82dd9a..1154e6778 100644
--- a/pyGHDL/libghdl/errorout_console.py
+++ b/pyGHDL/libghdl/errorout_console.py
@@ -39,5 +39,5 @@ from pyGHDL.libghdl import libghdl
@export
def Install_Handler() -> None:
- """Install the handlers for reporting errors."""
- libghdl.errorout__console__install_handler()
+ """Install the handlers for reporting errors."""
+ libghdl.errorout__console__install_handler()