You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PLODB, adding the courses list as a list of dictionaries in the plo_data dictionary
causes 'TypeError: sequence item 0: expected str instance, dict found' for any SQL query
Workaround:
The dictionaries are separated before insertion.
The text was updated successfully, but these errors were encountered:
In PLODB, adding the courses list as a list of dictionaries in the plo_data dictionary
causes 'TypeError: sequence item 0: expected str instance, dict found' for any SQL query
Workaround:
The dictionaries are separated before insertion.
The text was updated successfully, but these errors were encountered: