We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f7a9d commit 5a9c77fCopy full SHA for 5a9c77f
1 file changed
pythonbpf/helper/helper_utils.py
@@ -114,7 +114,9 @@ def get_or_create_ptr_from_arg(
114
if val is None:
115
raise ValueError("Failed to dereference pointer to expected depth")
116
else:
117
- logger.debug("Expected Type not known / Not a pointer, skipping dereference")
+ logger.debug(
118
+ "Expected Type not known / Not a pointer, skipping dereference"
119
+ )
120
121
ptr, temp_name = compilation_context.scratch_pool.get_next_temp(
122
local_sym_tab, expected_type
0 commit comments