Fix typo in error message.
This commit is contained in:
parent
83b2581331
commit
2e3b7f20c7
|
@ -7,7 +7,7 @@ def find_data(data_type, data_name):
|
||||||
return dm.data_location
|
return dm.data_location
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
raise ImportError("""\
|
raise ImportError("""\
|
||||||
litex-data-{dt}-{dn} module not install! Unable to use {dn} {dt}.
|
litex-data-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
|
||||||
{e}
|
{e}
|
||||||
|
|
||||||
You can install this by running;
|
You can install this by running;
|
||||||
|
|
Loading…
Reference in New Issue