We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e087b9 commit f2b9767Copy full SHA for f2b9767
pythonbpf/helper/printk_formatter.py
@@ -41,7 +41,7 @@ def handle_fstring_print(
41
fmt_parts,
42
exprs,
43
local_sym_tab,
44
- compilation_context.struct_sym_tab,
+ compilation_context.structs_sym_tab,
45
)
46
else:
47
raise NotImplementedError(f"Unsupported f-string value type: {type(value)}")
@@ -60,7 +60,7 @@ def handle_fstring_print(
60
compilation_context.module,
61
builder,
62
63
64
65
args.append(arg_value)
66
0 commit comments