ELVIS-Project / vis-framework

Thoroughly modern symbolic musical data analysis suite.
http://elvisproject.ca/
31 stars 6 forks source link

Non-Iterable to WorkflowManager.__init__() Is Bad News #332

Closed crantila closed 10 years ago

crantila commented 10 years ago

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.

crantila commented 10 years ago

Fixed in commit 7222ec2532cc7d88030461cb31eb5ae062602ec8.