]> git.cworth.org Git - turbot/commit
Convert the solution data structure back to a list, (but still avoid dupes.)
authorCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 02:55:32 +0000 (18:55 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 02:55:32 +0000 (18:55 -0800)
commita9f4ac01df4aca618a8e059f4eddcc4f80eb3a1f
treef9621c82c255b00126d1b58665fd12e031a91c58
parent465eb019a7e380590df492762b9c904ece977069
Convert the solution data structure back to a list, (but still avoid dupes.)

The put_item call was not happy receiving a set object. So, instead of using
one, we use a lits and just take care to not add any duplicates to the list.
turbot/interaction.py