Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > f2d82528e5ee46553d83c2a2817e6d39 > files > 2

bpython-0.12-4.fc18.src.rpm

--- bpython/cli.py~	2012-12-10 16:26:07.000000000 +0100
+++ bpython/cli.py	2013-11-18 22:58:45.922942612 +0100
@@ -1773,7 +1773,10 @@
     curses.doupdate()
     DO_RESIZE = False
 
-    caller.resize()
+    try:
+        caller.resize()
+    except curses.error:
+        pass
     # The list win resizes itself every time it appears so no need to do it here.