diff --git a/virtinst/progress.py b/virtinst/progress.py index 82c191fe..a7bd3adb 100644 --- a/virtinst/progress.py +++ b/virtinst/progress.py @@ -29,7 +29,7 @@ def terminal_width(fd=1): return 80 # Add minimum too? return ret - except: # IOError + except IOError: return 80