Compare commits

..

7 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -80,9 +80,9 @@ def read_recipients_datas(args):
h[0]: data[i] if i < len(data) or not h[1] else h[1]
for i, h in enumerate(header)
}
full_datas.append(full_data)
except Exception:
print("Ligne mal renseignée:", data, file=sys.stderr)
full_datas.append(full_data)
return full_datas