cstr commited on
Commit
180330f
1 Parent(s): b83fe04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def convert_parquet_to_jsonl(parquet_filename, jsonl_filename):
54
  json_str = json_str.replace('\\/', '/')
55
 
56
  # Write the modified JSON string to the JSONL file
 
57
  with open(jsonl_filename, 'w', encoding='utf-8') as file:
58
  file.write(json_str)
59
  logger.info(f"Data saved to {jsonl_filename}")
 
54
  json_str = json_str.replace('\\/', '/')
55
 
56
  # Write the modified JSON string to the JSONL file
57
+ logger.info(f"Attempting to save to {jsonl_filename}")
58
  with open(jsonl_filename, 'w', encoding='utf-8') as file:
59
  file.write(json_str)
60
  logger.info(f"Data saved to {jsonl_filename}")