##// 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 503 except AttributeError:
504 504 colors = None
505 505 try:
506 style = self.config.IPythonWidget.colors
506 style = self.config.IPythonWidget.syntax_style
507 507 except AttributeError:
508 508 style = None
509 509
General Comments 0
You need to be logged in to leave comments. Login now