upb-lea / transistordatabase

A unified software engineering tool for managing and evaluating power transistors
https://upb-lea.github.io/transistordatabase/
GNU General Public License v3.0
47 stars 10 forks source link

update_from_fileexchanges leads to failure in case of no internet connection #82

Closed gituser789 closed 2 years ago

gituser789 commented 2 years ago

Describe the bug update from fileexchanges leads to failure in case of no internet connection

To Reproduce Steps to reproduce the behavior: Run this without internet connection

import transistordatabase as tdb
tdb.update_from_fileexchange()

Expected behavior In case of no internet connection, there should be a message displayed. Programm should not run into an error