Show More
@@ -288,7 +288,7 b' class IPythonCocoaController(NSObject, FrontEndBase):' | |||||
288 | def current_indent_string(self): |
|
288 | def current_indent_string(self): | |
289 | """returns string for indent or None if no indent""" |
|
289 | """returns string for indent or None if no indent""" | |
290 |
|
290 | |||
291 |
return self._indent_for_block(self.current |
|
291 | return self._indent_for_block(self.current_block()) | |
292 |
|
292 | |||
293 |
|
293 | |||
294 | def _indent_for_block(self, block): |
|
294 | def _indent_for_block(self, block): |
General Comments 0
You need to be logged in to leave comments.
Login now