Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing encoding of header row for posting to remote gradebook
Posting to the remote gradebook via lmod proxy was failing due to a key error when parsing the CSV content. This was due to erroneously encoding a string object. This commit adds a check for the type of the header value to prevent double encoding it.
- Loading branch information