From: Tim 'mithro' Ansell Date: Mon, 30 Mar 2020 00:28:20 +0000 (-0700) Subject: Fix typo in error message. X-Git-Tag: 24jan2021_ls180~424^2~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e3b7f20c79b331072e2e6cca9dbf43cdcdaa93d;p=litex.git Fix typo in error message. --- diff --git a/litex/data/find.py b/litex/data/find.py index 1a143b1d..74c91099 100644 --- 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 installed! Unable to use {dn} {dt}. {e} You can install this by running;