Show More
@@ -503,7 +503,7 b' class IPythonQtConsoleApp(BaseIPythonApplication):' | |||||
503 | except AttributeError: |
|
503 | except AttributeError: | |
504 | colors = None |
|
504 | colors = None | |
505 | try: |
|
505 | try: | |
506 |
style = self.config.IPythonWidget. |
|
506 | style = self.config.IPythonWidget.syntax_style | |
507 | except AttributeError: |
|
507 | except AttributeError: | |
508 | style = None |
|
508 | style = None | |
509 |
|
509 |
General Comments 0
You need to be logged in to leave comments.
Login now