Skip to content
Snippets Groups Projects
Commit 8161d60d authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Allow blank interm accessor IDs

parent c009b18c
No related branches found
No related tags found
1 merge request!7Advanced pinned ilastik version
......@@ -40,7 +40,7 @@ class PipelineParams(BaseModel):
class PipelineRecord(BaseModel):
output_accessor_id: str
interm_accessor_ids: Union[Dict[str, str], None]
interm_accessor_ids: Union[Dict[str, str], None] = None
success: bool
timer: dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment