mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-11-13 02:00:30 +01:00
This change fixes violations of E722, the use of except without specifying an exception type. For now the high-level Exception class is used as a generic catchall. In the future these cases will be updated to handle the specific exceptions expected.