mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
e626994d4d
commit
bc00250f90
|
|
@ -117,9 +117,7 @@ def run(fn_in, fn_out, verbose=False):
|
||||||
localutil.add_tile_bits(tile, tilej, frame, wordidx, frames, words)
|
localutil.add_tile_bits(tile, tilej, frame, wordidx, frames, words)
|
||||||
|
|
||||||
# Save
|
# Save
|
||||||
xjson.pprint(
|
xjson.pprint(open(fn_out, "w"), database)
|
||||||
open(fn_out, "w"),
|
|
||||||
database)
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue