diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-23 18:13:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 18:13:38 +0200 |
commit | 5ae06c44dbfa64291d83ebb2d9cd323c713315b4 (patch) | |
tree | a3273f25e220b2c69869c4c8376f31e8229dbcda /scripts/pnodes.py | |
parent | c6283d9a9b40c3e9afeba912fcb13aa9d56b9c52 (diff) | |
parent | 6e1bbc43fc29528ceaf5d422461206e29e801744 (diff) | |
download | ghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.tar.gz ghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.tar.bz2 ghdl-5ae06c44dbfa64291d83ebb2d9cd323c713315b4.zip |
Fix more codacy issues
Diffstat (limited to 'scripts/pnodes.py')
-rwxr-xr-x | scripts/pnodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pnodes.py b/scripts/pnodes.py index 94adb01fd..f260c4b1a 100755 --- a/scripts/pnodes.py +++ b/scripts/pnodes.py @@ -473,7 +473,7 @@ def gen_choices(choices): print(" =>") -def gen_get_format(formats, nodes, kinds): +def gen_get_format(formats, nodes, kinds=None): """Generate the Get_Format function.""" print(" function Get_Format (Kind : " + type_name + ") " + "return Format_Type is") print(" begin") |