Skip to content

Strip database_name from split chars

Samuel GAIST requested to merge fix_db_name_search into master

If the database name ends with a dot, the split method will return a list with one empty char entry which means that in the case of the dataset name generation we might end up with an empty string and trigger an invalid index error. This patch avoids this by ignoring leading and trailing split chars.

Merge request reports