Fix a typo in assert message

pull/24457/head
Pierre-Louis Bonicoli 8 years ago committed by Brian Coca
parent 89c3151167
commit 571e93f882

@ -161,7 +161,7 @@ class Task(Base, Conditional, Taggable, Become):
keep it short. keep it short.
''' '''
assert isinstance(ds, dict), 'ds (%s) should be a dict but was a %s' % (ds, type(dict)) assert isinstance(ds, dict), 'ds (%s) should be a dict but was a %s' % (ds, type(ds))
# the new, cleaned datastructure, which will have legacy # the new, cleaned datastructure, which will have legacy
# items reduced to a standard structure suitable for the # items reduced to a standard structure suitable for the

Loading…
Cancel
Save