Skip to content
Snippets Groups Projects
Commit 1b7a9614 authored by Christoph Groth's avatar Christoph Groth
Browse files

remove outdated and confusing part of error message

parent 0c4d6eea
No related branches found
No related tags found
No related merge requests found
......@@ -1004,9 +1004,7 @@ class Builder(object):
break
else:
msg = 'Sites with site families {0} do not appear in the system, ' \
'hence the system does not interrupt the lead. Note that ' \
'different lattice instances with the same parameters are ' \
'different site families. See tutorial for more details.'
'hence the system does not interrupt the lead.'
raise ValueError(msg.format(tuple(families)))
all_doms = list(sym.which(site)[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment