mirror of https://github.com/openXC7/prjxray.git
Set bit2fasm.py as executable and increase context on JSON diff.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
76af782e3f
commit
167401833c
|
|
@ -40,7 +40,7 @@ def main():
|
|||
|
||||
print("Comparing {}".format(a_json_base))
|
||||
subprocess.call(
|
||||
"diff -U 3 {} {}".format(a_json_out.name, b_json_out.name),
|
||||
"diff -U 10 {} {}".format(a_json_out.name, b_json_out.name),
|
||||
shell=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue