Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Fixed paramval2str type error for non-str lists #90

Closed
wants to merge 1 commit into from

Conversation

DaGuT
Copy link

@DaGuT DaGuT commented Apr 15, 2022

Hi, if you have parameter with list of something other than list (e.g. list of dicts), you'll get a error TypeError: sequence item 0: expected str instance, <YOUR_NON_STR_TYPE_HERE> found.

With this fix you'll convert everything to string recursively, thus preserving better text output.

Slightly better than #88

Hi, if you have parameter with list of something other than list (e.g. list of dicts), you'll get a error `TypeError: sequence item 0: expected str instance, <YOUR_NON_STR_TYPE_HERE> found`.

With this fix you'll convert everything to string recursively, thus preserving better text output.

Slightly better than verybadsoldier#88
@DaGuT DaGuT closed this Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant