From 90764b04f9af1c0a20099bbdecdbf74c891ab40e Mon Sep 17 00:00:00 2001 From: occheung Date: Mon, 18 Nov 2024 16:04:44 +0800 Subject: [PATCH] both ... not -> neither ... nor --- artiq/frontend/artiq_coremgmt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_coremgmt.py b/artiq/frontend/artiq_coremgmt.py index c73dcfd70..a137a402a 100755 --- a/artiq/frontend/artiq_coremgmt.py +++ b/artiq/frontend/artiq_coremgmt.py @@ -186,7 +186,7 @@ def main(): pass if retrieved_bins is None: - raise FileNotFoundError("both risc-v and zynq binaries not found") + raise FileNotFoundError("neither risc-v nor zynq binaries were found") if len(retrieved_bins) > 1: raise ValueError("both risc-v and zynq binaries were found, "