Skip to content

Commit

Permalink
Notify user when a line from the CSV is skipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 12, 2024
1 parent 69811ce commit d4e9071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/scripts/ccip/manual-execution/batch_runner/batchrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# per msg config
parts = pairs.split(",")
if len(parts) != 2:
if pairs != "":
print("skipping CSV line with unexpected format: %s" % pairs)
continue

msg_id = parts[0]
Expand Down

0 comments on commit d4e9071

Please sign in to comment.