virt-manager/virtManager
Radostin Stoyanov b93cc3bbc9 pycodestyle: Do not use bare 'except:'
A bare 'except:' catches all exceptions [1], including SystemExit,
KeyboardInterrupt, and GeneratorExit (which is not an error and should
not normally be caught by user code). In situations where you need to
catch all “normal” errors, you can catch the base class for all normal
exceptions, Exception [2].

[1] https://docs.python.org/2/howto/doanddont.html#except
[2] https://docs.python.org/2/library/exceptions.html#Exception
2017-08-02 13:57:43 -04:00
..
__init__.py headers: update "Red Hat, Inc." copyright for the year 2013 2013-10-28 17:22:26 +01:00
about.py virtManager: Switch to relative imports 2014-09-12 16:28:38 -04:00
addhardware.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
addstorage.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
asyncjob.py create: Stop if virt-bootstrap has failed 2017-08-02 13:13:17 -04:00
baseclass.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
choosecd.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
clone.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
config.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
connect.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
connectauth.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
connection.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
console.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
create.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
createinterface.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
createnet.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
createpool.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
createvol.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
delete.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
details.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
domain.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
engine.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
error.py spice: s/OK/Close/ in USB redirection dialog (bz 1465907) 2017-07-17 15:46:12 -04:00
fsdetails.py fsdetails: Simplify ram conversion 2017-06-27 14:21:18 -04:00
gfxdetails.py gfxdetails: add checkbox for password visibility toggle 2017-07-19 12:26:02 -04:00
graphwidgets.py Clean up pylint integration 2014-04-02 19:00:24 -04:00
host.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
inspection.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
interface.py interface: don't print error for active interface without an IP address 2017-05-10 12:35:42 +02:00
keyring.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
libvirtobject.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
manager.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
mediacombo.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
migrate.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
module_trace.py module_trace: Only show main thread APIs by default 2014-09-21 12:05:02 -04:00
netlist.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
network.py libvirtobject: Drop redefine_cached 2015-04-10 17:23:11 -04:00
nodedev.py Use node device lifecycle events 2016-08-11 10:14:30 -04:00
packageutils.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
preferences.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
serialcon.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
snapshots.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
sshtunnels.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
storagebrowse.py createvol: Log parent pool XML when opening 2015-08-10 16:58:09 -04:00
storagelist.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
storagepool.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
systray.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
uiutil.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
viewers.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
vmmenu.py We can't clone a VM in some scenarios, 2016-10-06 23:12:59 +08:00