##// END OF EJS Templates
Fix auto-quoting via ',' as the first character, which had broken in refactor.
Fernando Perez -
Show More
@@ -158,7 +158,7 b' class LineInfo(object):'
158 158 without worrying about *further* damaging state.
159 159 """
160 160 if not self._oinfo:
161 self._oinfo = ip._ofind(self.ifun)
161 self._oinfo = ip.shell._ofind(self.ifun)
162 162 return self._oinfo
163 163
164 164 def __str__(self):
General Comments 0
You need to be logged in to leave comments. Login now