##// END OF EJS Templates
Merge pull request #1991 from minrk/ofind...
Fernando Perez -
r7639:b7e8ad8e merge
parent child Browse files
Show More
@@ -185,7 +185,7 b' Currently the magic system has the following functions:""",'
185 raw = 'r' in opts
185 raw = 'r' in opts
186
186
187 oname = args and args or '_'
187 oname = args and args or '_'
188 info = self._ofind(oname)
188 info = self.shell._ofind(oname)
189 if info['found']:
189 if info['found']:
190 txt = (raw and str or pformat)( info['obj'] )
190 txt = (raw and str or pformat)( info['obj'] )
191 page.page(txt)
191 page.page(txt)
General Comments 0
You need to be logged in to leave comments. Login now