fix no newline
This commit is contained in:
parent
b8f2286333
commit
c608acec61
1 changed files with 1 additions and 1 deletions
|
@ -135,4 +135,4 @@ if __name__ == "__main__":
|
|||
parser.add_argument('-o', '--output', required=True, help='Output JSON file')
|
||||
|
||||
args = parser.parse_args()
|
||||
main(args.input, args.output)
|
||||
main(args.input, args.output)
|
||||
|
|
Loading…
Add table
Reference in a new issue