Skip to content
Snippets Groups Projects
Commit 814208bc authored by Stefano Borini's avatar Stefano Borini
Browse files

Review

parent 7e5e8353
No related branches found
No related tags found
1 merge request!69Introduce slots and resolution of named variables
......@@ -96,7 +96,8 @@ class CoreEvaluationDriver(BaseCoreDriver):
"The number of data values ({} values) returned"
" by the DataSource '{}' does not match the number"
" of user-defined names specified ({} values)."
" This is likely a DataSource plugin error.").format(
" This is either a DataSource plugin error or a file"
" error.").format(
len(res),
ds_bundle.name,
len(ds_model.output_slot_names)
......
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