Files
deb-python-taskflow/taskflow/tests/unit/test_arguments_passing.py
Min Pae 5511011185 adding check for str/unicode type in requires
When the requires argument for an Atom is passed in as a string,
each character of the string is iterated over to build up a
requirement list.  This works for simple one letter argument
names but not for long argument names.

Added check for str and unicode types to prevent iterating over a
string.

Change-Id: Ida584221b48966d26935fb2ede0075aabb7ce972
2015-02-15 23:20:48 -08:00

6.7 KiB