I'm not sure of the best solution---maybe forcing the arg to __init__() to be a list? But once when I provided a string by accident, the WorkflowManager tried to import the file '/lib64', which is very bad, because music21 offers no sanity checks at all.
I'm not sure of the best solution---maybe forcing the arg to
__init__()
to be a list? But once when I provided a string by accident, the WorkflowManager tried to import the file'/lib64'
, which is very bad, because music21 offers no sanity checks at all.