get_warnings_attr(): Fix coverity warning
Don't check if the dict key exists before getting the key. Instead get the key and handle error.
V
Victor Stinner committed
023654fa68c73e34da01610cad330f98d2db79cf
Parent: d1700a9
Don't check if the dict key exists before getting the key. Instead get the key and handle error.