mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Fix some low hanging differences when running make style on Windows vs Linux
This commit is contained in:
parent
41d545f5b8
commit
b4ae4c429f
3 changed files with 6 additions and 4 deletions
|
@ -47,6 +47,7 @@ def main():
|
|||
'commands': command_data,
|
||||
}
|
||||
json.dump(output_data, args.output_file, indent=4, sort_keys=True)
|
||||
args.output_file.write("\n") # add trailing newline as json.dump does not
|
||||
logging.info(f'{get_version()} completed!')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue