mirror of https://github.com/openXC7/prjxray.git
Fix indenting in mergedb.py
Fixes #467. Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
ae52c3ae84
commit
3b13f8734f
|
|
@ -34,10 +34,10 @@ def run(fn_ins, fn_out, strict=False, verbose=False):
|
|||
print(" New line : %s" % line)
|
||||
assert not strict, "strict: got duplicate bits"
|
||||
|
||||
entries[tag] = bits
|
||||
tags[tag] = (bits, line)
|
||||
if bits != None:
|
||||
bitss[bits] = (tag, line)
|
||||
entries[tag] = bits
|
||||
tags[tag] = (bits, line)
|
||||
if bits != None:
|
||||
bitss[bits] = (tag, line)
|
||||
|
||||
util.write_db_lines(fn_out, entries)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue