Commit 2dd36f08 by Kevin Falcone

Merge pull request #2628 from edx/jibsheet/revert-pr2586

We still need to coerce into a string
parents d4ac8b26 0c1d93e7
......@@ -159,7 +159,7 @@ def main():
arg_spec = dict(
function=dict(required=True, type='str'),
input=dict(required=True),
input=dict(required=True, type='str'),
args=dict(required=False, type='list'),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment