Skip to content

Commit

Permalink
Extra for import
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Feb 23, 2024
1 parent e4669a5 commit c130ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/importer/tasks/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,6 @@ def extract_data_from_csv(import_obj: ImportJob) -> List[Dict]:
for row in reader:
import_data.append(dict(zip(header, row)))

logger.info(f"Extracted {len(import_data)} rows from {import_obj.csv_file.path}")
logger.info(f"Extracted {len(import_data)} rows from {import_obj.csv_file}")

return import_data

0 comments on commit c130ea9

Please sign in to comment.