Skip to content

Commit 7bc711c

Browse files
r41k0uCopilot
andauthored
Update pythonbpf/functions_pass.py
Co-authored-by: Copilot <[email protected]>
1 parent 80c3519 commit 7bc711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/functions_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def _expr_type(e):
674674
if found_type is None:
675675
found_type = t
676676
elif found_type != t:
677-
raise ValueError(f"Conflicting return types:{found_type} vs {t}")
677+
raise ValueError(f"Conflicting return types: {found_type} vs {t}")
678678
return found_type or "None"
679679

680680

0 commit comments

Comments
 (0)