Skip to content

Commit

Permalink
Remove default when calling CONF
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Apr 28, 2015
1 parent 55bfa22 commit 059da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderlib/spyder.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def __init__(self, options=None):
self.is_starting_up = True
self.is_setting_up = True

self.dockwidgets_locked = CONF.get('main', 'panes_locked', True)
self.dockwidgets_locked = CONF.get('main', 'panes_locked')
self.floating_dockwidgets = []
self.window_size = None
self.window_position = None
Expand Down

0 comments on commit 059da1e

Please sign in to comment.