Skip to content

Commit

Permalink
Fix undefined backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodd committed Jun 7, 2016
1 parent c070e4e commit d0b635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderlib/widgets/externalshell/start_ipython_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def kernel_config():
"%matplotlib {0}".format(mpl_backend))

# Inline backend configuration
if backends[backend_o] == 'inline':
if mpl_backend == 'inline':
# Figure format
format_o = CONF.get('ipython_console',
'pylab/inline/figure_format', 0)
Expand Down

0 comments on commit d0b635c

Please sign in to comment.