fix with ruff command

This commit is contained in:
James Stine 2025-04-08 17:15:47 -05:00
parent 66a56888f6
commit f42900a6dc

View file

@ -36,6 +36,7 @@ import subprocess
import sys import sys
from collections import Counter from collections import Counter
def disassemble_elf(elf_path): def disassemble_elf(elf_path):
try: try:
result = subprocess.run( result = subprocess.run(