Spaces:
Sleeping
Sleeping
ManjinderUNCC
commited on
Commit
•
3715140
1
Parent(s):
d2e6a80
Update python_Code/finalStep-formatLabel.py
Browse files
python_Code/finalStep-formatLabel.py
CHANGED
@@ -50,4 +50,4 @@ def process_record(record):
|
|
50 |
with jsonlines.open(input_file, "r") as infile, jsonlines.open(output_file, "w") as outfile:
|
51 |
for record in infile:
|
52 |
output_record = process_record(record)
|
53 |
-
outfile.write(output_record)
|
|
|
50 |
with jsonlines.open(input_file, "r") as infile, jsonlines.open(output_file, "w") as outfile:
|
51 |
for record in infile:
|
52 |
output_record = process_record(record)
|
53 |
+
outfile.write(output_record)
|