Project

General

Profile

Bug #4696

Updated by Tom Clegg over 9 years ago

Problems include 
 * @arvados.StreamReader(...).tokens()@ API disappeared, so it crashes (see 4696-streamreader-tokens branch for fix). 
 * It probably should be using @.manifest_text()@ instead of @.tokens()@ anyway, since task input should be a manifest rather than an array of tokens. 
 * @get_task_param_task_mount(manifest_text)@ surely doesn't work (perhaps just document this for now -- reading the stream with the Python library should work). 

Back