add ouputfile parameter to api

这个提交包含在:
John Hartley
2019-08-01 16:29:38 +01:00
父节点 012b9f03d2
当前提交 fc7fd03ba4

查看文件

@@ -24,7 +24,9 @@ import argparse
def api( def api(
scenes=None, scenes=None,
id=None,
inputfile=None, inputfile=None,
outputfile=None,
n=1, n=1,
task=None, task=None,
restart=None, restart=None,
@@ -46,6 +48,7 @@ def api(
args.scenes = scenes args.scenes = scenes
args.inputfile = inputfile args.inputfile = inputfile
args.outputfile = outputfile
args.n = n args.n = n
args.task = task args.task = task
args.restart = restart args.restart = restart