diff options
Diffstat (limited to 'nova/testing')
| -rw-r--r-- | nova/testing/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/testing/runner.py b/nova/testing/runner.py index 794fa3845..39e8d7d8c 100644 --- a/nova/testing/runner.py +++ b/nova/testing/runner.py @@ -107,7 +107,7 @@ class _AnsiColorizer(object): except curses.error: curses.setupterm() return curses.tigetnum("colors") > 2 - except: + except Exception: raise # guess false in case of error return False |
