There was an error while loading. Please reload this page.
1 parent e1b40d2 commit 180c35fCopy full SHA for 180c35f
1 file changed
pythonbpf/maps/maps_utils.py
@@ -37,4 +37,4 @@ def get_processor(cls, map_type_name):
37
@classmethod
38
def known_types(cls):
39
"""Names of every registered map type, for error messages"""
40
- return list(cls._processors)
+ return list(cls._processors.keys())
0 commit comments