Files
deb-python-taskflow/taskflow/utils/lock_utils.py
Joshua Harlow 59771ddc6d Let the multi-lock convert the provided value to a tuple
Instead of forcing the locks (list or tuple) into a list
and then having the multi-lock code force that back into
a tuple just pass the value through to the multi-lock
class and let it handle the conversion in a more easy to
understand manner (and one that doesn't involve as many
copies).

Change-Id: Ib0e78bacb80aea73af465a91cb4f509904f47990
2015-02-10 22:57:24 -08:00

18 KiB