Skip to content

Commit 8e2502e

Browse files
committed
pre-commit fixes
1 parent 18b9ac4 commit 8e2502e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/odoo_data_flow/import_threaded.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@ def _create_batch_individually(
533533
continue
534534
except Exception as create_error:
535535
error_str_lower = str(create_error).lower()
536-
536+
537537
# Special handling for Odoo server internal errors
538538
if (
539-
"tuple index out of range" in error_str_lower
539+
"tuple index out of range" in error_str_lower
540540
and "odoo server error" in error_str_lower
541541
):
542542
log.warning(

0 commit comments

Comments
 (0)