From 435de2d40c3fd6fba63402f82d9aa211a9c4552e Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 13 Dec 2016 12:36:49 -0500 Subject: pylint: Fix some issues with F25 version --- virt-manager | 1 + 1 file changed, 1 insertion(+) (limited to 'virt-manager') diff --git a/virt-manager b/virt-manager index 53b73563..81b0a5a9 100755 --- a/virt-manager +++ b/virt-manager @@ -84,6 +84,7 @@ def _import_gtk(leftovers): globals()["Gtk"] = Gtk import virtManager.config + ignore = virtManager.config except Exception, e: # Don't just let the exception raise here. abrt reports bugs # when users mess up su/sudo and DISPLAY isn't set. Printing -- cgit v1.2.1