##// END OF EJS Templates
If entering the first object level (i.e. the object...
walter.doerwald -
Show More
@@ -941,6 +941,8 class ibrowse(ipipe.Display):
941 except (KeyboardInterrupt, SystemExit):
941 except (KeyboardInterrupt, SystemExit):
942 raise
942 raise
943 except Exception, exc:
943 except Exception, exc:
944 if not self.levels:
945 raise
944 self._calcheaderlines(oldlevels)
946 self._calcheaderlines(oldlevels)
945 curses.beep()
947 curses.beep()
946 self.report(exc)
948 self.report(exc)
@@ -1,3 +1,10
1 2007-02-14 Walter Doerwald <walter@livinglogic.de>
2
3 * IPython/Extensions/ibrowse.py: If entering the first object level
4 (i.e. the object for which the browser has been started) fails,
5 now the error is raised directly (aborting the browser) instead of
6 running into an empty levels list later.
7
1 2007-02-03 Walter Doerwald <walter@livinglogic.de>
8 2007-02-03 Walter Doerwald <walter@livinglogic.de>
2
9
3 * IPython/Extensions/ipipe.py: Add an xrepr implementation
10 * IPython/Extensions/ipipe.py: Add an xrepr implementation
General Comments 0
You need to be logged in to leave comments. Login now