forked from M-Labs/artiq
both ... not -> neither ... nor
This commit is contained in:
parent
6251e73459
commit
90764b04f9
@ -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, "
|
||||
|
Loading…
Reference in New Issue
Block a user