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:
litghost 2019-01-30 08:18:41 -08:00 committed by GitHub
commit b116641859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
utils/bit2fasm.py Normal file → Executable file
View File

View File

@ -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)