Fix typo in error message.

This commit is contained in:
Tim 'mithro' Ansell 2020-03-29 17:28:20 -07:00
parent 83b2581331
commit 2e3b7f20c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;