Commit e876dcb2 by Max Rothman

Merge pull request #2586 from edx/max/fix-util-map

Small fixes
parents 0ce1843c 647fa6f6
......@@ -17,7 +17,7 @@ options:
description:
- The input
required: true
args
args:
description:
- Arguments to the function other than the input, varies by function.
"""
......@@ -159,7 +159,7 @@ def main():
arg_spec = dict(
function=dict(required=True, type='str'),
input=dict(required=True, type='str'),
input=dict(required=True),
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