mirror of https://github.com/openXC7/prjxray.git
Merge pull request #577 from litghost/small_tools_update
Set bit2fasm.py as executable and increase context on JSON diff.
This commit is contained in:
commit
b116641859
|
|
@ -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