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

Raise error if the csv data is not found

parent 018ca179
No related branches found
No related tags found
1 merge request!68Introduced data value object
......@@ -18,5 +18,7 @@ class CSVExtractorDataSource(BaseDataSource):
)
]
return []
return []
raise IndexError("Could not find specified data. "
"Unexistent column.")
raise IndexError("Could not find specified data. Unexistent row.")
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