mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Write errors to stderr, closes #1131
This commit is contained in:
parent
42efb799ea
commit
eae103a82b
4 changed files with 16 additions and 6 deletions
|
|
@ -20,7 +20,6 @@ def convert_specific_columns_to_json(rows, columns, json_cols):
|
|||
try:
|
||||
value = json.loads(value)
|
||||
except (TypeError, ValueError) as e:
|
||||
print(e)
|
||||
pass
|
||||
new_row.append(value)
|
||||
new_rows.append(new_row)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue