release 0.2018.2
This commit is contained in:
parent
1f1d3dd9bb
commit
bfd43b7448
3 changed files with 5 additions and 5 deletions
|
@ -73,3 +73,4 @@ if __name__ == '__main__':
|
|||
|
||||
records = list(read_file(in_file, in_file.name, get_record_types()))
|
||||
write_file(out_file, out_file.name, records)
|
||||
print("wrote {} records to {}".format(len(records), out_file.name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue