doccaz / scc-tools

A set of simple tools to interact with SUSE Customer Center (SCC)
MIT License
13 stars 1 forks source link

Test for missing Python modules and warn the user #37

Closed doccaz closed 3 months ago

doccaz commented 4 months ago

See if it's possible to check for the required Python modules (pyaml and urllib3) and warn the users about it without a nasty crash :)

doccaz commented 3 months ago

Done. Code will exit with a proper error message if one of the required external libraries are not present.