aboutsummaryrefslogtreecommitdiffstats
path: root/python/xtools
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-09-15 04:39:49 +0200
committereine <eine@users.noreply.github.com>2020-09-15 04:39:49 +0200
commit90a08421ec6756e49e167d712c1290fe029a13a8 (patch)
tree137aa409597237c6b154bee0e2c33e78ccedb3ad /python/xtools
parent8cfff809237f61e1651842def11d69af2d86a917 (diff)
downloadghdl-90a08421ec6756e49e167d712c1290fe029a13a8.tar.gz
ghdl-90a08421ec6756e49e167d712c1290fe029a13a8.tar.bz2
ghdl-90a08421ec6756e49e167d712c1290fe029a13a8.zip
py: run black
Diffstat (limited to 'python/xtools')
-rwxr-xr-xpython/xtools/pnodespy.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/xtools/pnodespy.py b/python/xtools/pnodespy.py
index 65a956ca0..0e0f5ba9e 100755
--- a/python/xtools/pnodespy.py
+++ b/python/xtools/pnodespy.py
@@ -237,8 +237,7 @@ def do_libghdl_tokens():
def do_libghdl_errorout():
print("from libghdl import libghdl")
- print("\n"
- "Enable_Warning = libghdl.errorout__enable_warning")
+ print("\n" "Enable_Warning = libghdl.errorout__enable_warning")
read_enum(
"../errorout.ads",
"Msgid_Type",