Skip to content

Commit

Permalink
Change default value of show_internal_console_if_traceback to False.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Jan 25, 2017
1 parent a333642 commit 7f2ad4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
'cpu_usage/timeout': 2000,
'use_custom_margin': True,
'custom_margin': 0,
'show_internal_console_if_traceback': True,
'show_internal_console_if_traceback': False,
'check_updates_on_startup': True,
'toolbars_visible': True,
# Global Spyder fonts
Expand Down Expand Up @@ -656,7 +656,7 @@
# or if you want to *rename* options, then you need to do a MAJOR update in
# version, e.g. from 3.0.0 to 4.0.0
# 3. You don't need to touch this value if you're just adding a new option
CONF_VERSION = '32.0.0'
CONF_VERSION = '32.1.0'

# Main configuration instance
try:
Expand Down

0 comments on commit 7f2ad4c

Please sign in to comment.