ALL of the intermediate expressions or statements in get_window() have the potential to raise exceptions, none of which are interesting or should be handled any differently.
I figure it serves us better to simply catch all of them, return None, and shut up.
ALL of the intermediate expressions or statements in
get_window()
have the potential to raise exceptions, none of which are interesting or should be handled any differently.I figure it serves us better to simply catch all of them, return
None
, and shut up.Resolves #10