linted with ruff (ruff check . --fix)

This commit is contained in:
Arthur Deierlein
2024-12-17 22:55:38 +01:00
parent 8e9b719a16
commit ad7daafc50
84 changed files with 191 additions and 381 deletions
@@ -103,7 +103,7 @@ class Check_syscall(plugins.PluginInterface):
try:
func_addr = vmlinux.get_symbol(syscall_entry_func).address
except exceptions.SymbolError as e:
except exceptions.SymbolError:
# if we can't find the disassemble function then bail and rely on a different method
return 0