For testing.
This commit is contained in:
parent
c38d283cfa
commit
07ca7ddcfd
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ def main():
|
|||
finally:
|
||||
cap.close()
|
||||
|
||||
return
|
||||
|
||||
with open(args.csv, newline='') as infile, open(args.output, 'w', newline='', encoding='utf-8') as outfile:
|
||||
reader = csv.DictReader(infile)
|
||||
fieldnames = reader.fieldnames + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue