From 6e1bbc43fc29528ceaf5d422461206e29e801744 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 22 Jun 2021 19:31:18 +0200 Subject: fix more codacy issues --- scripts/pnodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pnodes.py') 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") -- cgit v1.2.3