diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 15:43:39 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 15:43:39 +0000 |
commit | 94983b9685b7a9bc17d5fa97ceed823e621f9644 (patch) | |
tree | 499c40b21f392ad69257abc0558214227a737adc /Makefile | |
parent | 3cce6b26999bab1fa2770445aa06d994387b1d55 (diff) | |
download | sos-94983b9685b7a9bc17d5fa97ceed823e621f9644.tar.gz |
Remove redundant exception handling in postgresql module
If we pass a 'None' into shutil.rmtree() it will os.path.join() that
with a string leading to a TypeError:
Traceback (most recent call last):
File "/usr/sbin/sosreport", line 23, in <module>
main(sys.argv[1:])
File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 961, in main
sos.execute()
TypeError: coercing to Unicode: need string or buffer, NoneType found
> /usr/lib64/python2.7/posixpath.py(133)islink()
-> st = os.lstat(path)
Rather than catch the exception test tmp_dir before calling rmtree.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions