We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CSV agenda at /meeting/agenda.csv is badly formatted:
/meeting/agenda.csv
"b'Date'","b'Start'","b'End'","b'Session'","b'Room'","b'Area'","b'Acronym'","b'Type'","b'Description'","b'Session ID'","b'Agenda'","b'Slides'" "b'2023-03-25'","b'0030'","b'1200'","b'None'","b'G3'","b''","b'hackathon'","b'GEN'","b'Hackathon'","30188","","" "b'2023-03-25'","b'0100'","b'0900'","b'None'","b'G416'","b''","b'tools'","b'GEN'","b'Code Sprint'","30399","",""
This is probably because byte strings are being passed to the csv writer when it expects strings or a similar error.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the issue
The CSV agenda at
/meeting/agenda.csv
is badly formatted:This is probably because byte strings are being passed to the csv writer when it expects strings or a similar error.
Code of Conduct
The text was updated successfully, but these errors were encountered: