revert get_data_mod change (Vexrisv SMP repo has been renamed to pythondata-cpu-vexriscv_smp).

This commit is contained in:
Florent Kermarrec 2020-11-05 19:55:18 +01:00
parent c088cd5d22
commit 61c009a393
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ def get_data_mod(data_type, data_name):
dm = l['dm']
return dm
except ImportError as e:
data_type = data_type.replace("_", "-")
data_name = data_name.replace("_", "-")
raise ImportError("""\
pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
{e}