virt-manager/virtconv
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 virt-convert: Reimplement it 2014-02-07 21:16:09 -05:00
formats.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00
ovf.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
vmx.py pycodestyle: Do not use bare 'except:' 2017-08-02 13:57:43 -04:00