We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fcb1f commit 5667a90Copy full SHA for 5667a90
scripts/intfutil
@@ -87,7 +87,7 @@ def appl_db_keys_get(appl_db, front_panel_ports_list, intf_name):
87
if intf_name is None:
88
appl_db_keys = appl_db.keys(appl_db.APPL_DB, "PORT_TABLE:*")
89
elif intf_name in front_panel_ports_list:
90
- appl_db_keys = db.keys(appl_db.APPL_DB, "PORT_TABLE:%s" % intf_name)
+ appl_db_keys = appl_db.keys(appl_db.APPL_DB, "PORT_TABLE:%s" % intf_name)
91
else:
92
return None
93
return appl_db_keys
0 commit comments