mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Fix typo in error message.
This commit is contained in:
parent
83b2581331
commit
2e3b7f20c7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def find_data(data_type, data_name):
|
|||
return dm.data_location
|
||||
except ImportError as e:
|
||||
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}
|
||||
|
||||
You can install this by running;
|
||||
|
|
Loading…
Reference in a new issue