mirror of
https://github.com/openXC7/prjxray.git
synced 2026-09-03 08:28:06 +02:00
Report bad line when reading segbits.
Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
@@ -69,7 +69,7 @@ def read_segbits(f):
|
||||
|
||||
parts = l.split(' ')
|
||||
|
||||
assert len(parts) > 1
|
||||
assert len(parts) > 1, l
|
||||
|
||||
segbits[parts[0]] = [parsebit(val) for val in parts[1:]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user