Skip to content

Commit

Permalink
more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 12, 2024
1 parent 0d69dce commit 37f9c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auctions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,7 @@ def columns_exist_in_csv(csv_reader, columns):
total_tos = 0
total_skipped = 0
initial_formset_data = []
print('about to read csv')
for row in csv_reader:
bidder_number = extract_info(row, bidder_number_fields)
email = extract_info(row, email_field_names)
Expand Down

0 comments on commit 37f9c5a

Please sign in to comment.