projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b2581
)
Fix typo in error message.
author
Tim 'mithro' Ansell
<me@mith.ro>
Mon, 30 Mar 2020 00:28:20 +0000
(17:28 -0700)
committer
Tim 'mithro' Ansell
<me@mith.ro>
Sun, 12 Apr 2020 01:37:06 +0000
(18:37 -0700)
litex/data/find.py
patch
|
blob
|
history
diff --git
a/litex/data/find.py
b/litex/data/find.py
index 1a143b1dc7ba117a6b5bd5173463ba4daaa19da0..74c9109923e96eabb4916af47d62f20e2bb9f903 100644
(file)
--- a/
litex/data/find.py
+++ b/
litex/data/find.py
@@
-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 install
ed
! Unable to use {dn} {dt}.
{e}
You can install this by running;