Merge pull request #1936 from motec-research/fix_recursive_exception

get_data_mod(): fix recursive exception reporting
This commit is contained in:
enjoy-digital 2024-04-25 11:37:41 +02:00 committed by GitHub
commit ac1166946c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
You can install this by running;
pip3 install git+https://github.com/litex-hub/pythondata-{dt}-{dn}.git
""".format(dt=data_type, dn=data_name, e=e))
""".format(dt=data_type, dn=data_name, e=e)) from None