示例#1
0
 def process(output):
     """Pass the output back through."""
     return get_line(output['stdout_lines'])
示例#2
0
 def process(output, dependencies=None):
     """Pass the output back through."""
     return get_line(output['stdout_lines'])