Skip to content

Commit

Permalink
Merge pull request #22438 from ccordoba12/issue-22433
Browse files Browse the repository at this point in the history
PR: Enable `autoreload` magic on all operating systems (Config)
  • Loading branch information
ccordoba12 authored Sep 7, 2024
2 parents 552bd47 + baf19ed commit 424e150
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 @@ -162,7 +162,7 @@
'greedy_completer': False,
'jedi_completer': False,
'autocall': 0,
'autoreload': not WIN,
'autoreload': True,
'symbolic_math': False,
'in_prompt': '',
'out_prompt': '',
Expand Down Expand Up @@ -672,4 +672,4 @@
# 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 = '84.1.0'
CONF_VERSION = '84.2.0'

0 comments on commit 424e150

Please sign in to comment.