Closed darwin-xu closed 7 months ago
Hi,
it looks like you have an Iterable which holds a string as a value. Without the tm.py it is difficult to see the exact problem, but the line which fails is taking a list, tuple or iterator and the values in the iterable need to be Findinds or have a name attribute.
Without an example it is difficult to see if this is a usability issue or not.
I am having the same issue. The issue can be replicated with the 'tm.py' file that comes with default installation.
The issue appears to be triggered by 'assumptions' (tm.assumptions = ["No assumptions."]). Removing or commenting the line out generates SQLite DB...
I encountered the error:
Is it a mistake on my end, or could it be a bug?