From f42900a6dce155a92e368795d95de46a91eacbb0 Mon Sep 17 00:00:00 2001 From: James Stine Date: Tue, 8 Apr 2025 17:15:47 -0500 Subject: [PATCH] fix with ruff command --- bin/analyze_riscv_elf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/analyze_riscv_elf.py b/bin/analyze_riscv_elf.py index a5a9ce2e1..6794073a3 100755 --- a/bin/analyze_riscv_elf.py +++ b/bin/analyze_riscv_elf.py @@ -36,6 +36,7 @@ import subprocess import sys from collections import Counter + def disassemble_elf(elf_path): try: result = subprocess.run(