##// END OF EJS Templates
fix typo preventing `ipython qtconsole --style` from having effect
MinRK -
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.colors
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