forgot to close() a file - still no guarantees this works
parent
1b3df06bf6
commit
1c57e3ee44
|
@ -97,3 +97,4 @@ infileobject.close()
|
||||||
|
|
||||||
outfileobject = open(outfile, "w");
|
outfileobject = open(outfile, "w");
|
||||||
outfileobject.write(json.dumps(rows))
|
outfileobject.write(json.dumps(rows))
|
||||||
|
outfileobject.close()
|
||||||
|
|
Loading…
Reference in New Issue