Skip to content

Commit 50a28f6

Browse files
committed
review comments
1 parent 13f756e commit 50a28f6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/odoo_data_flow/import_threaded.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -712,15 +712,6 @@ def _create_batch_individually(
712712
)
713713
failed_lines.append([*line, error_message])
714714

715-
# Also display warning to user console
716-
# Only if progress object is available
717-
if progress is not None:
718-
progress.console.print(
719-
f"[yellow]WARN:[/] Tuple index error for record '{source_id}'. "
720-
f"This often happens when sending text values to numeric fields. "
721-
f"Check your data types."
722-
)
723-
724715
continue
725716
else:
726717
# Handle other IndexError as malformed row

0 commit comments

Comments
 (0)