GNOME Bugzilla – Bug 780113
pasteManager: Fix warning when query_info() fails
Last modified: 2017-03-22 10:15:54 UTC
See patch.
Created attachment 348041 [details] [review] pasteManager: Fix warning when query_info() fails The error path uses a local variable that's only defined in the caller, whoops. So just allow the exception to bubble up and handle the error there.
Attachment 348041 [details] pushed as a690896 - pasteManager: Fix warning when query_info() fails