minor fix

This commit is contained in:
NiccoloN
2026-02-26 16:36:14 +01:00
parent 0acd298e80
commit 7a1cf547c0

View File

@@ -26,3 +26,4 @@ def compile_with_raptor(network_path, raptor_onnx_path: Path, crossbar_size, cro
except subprocess.CalledProcessError as e:
print(Fore.RED + "Error executing ONNX-MLIR:")
print(e.stderr + Style.RESET_ALL)
raise