(self.changed_options)) File "/home/clement/anaconda3/lib/python3.8/site-packages/spyder/plugins/preferences/api.py", line 170, in _apply_settings_tabs self.apply_settings(options) File "/home/clement/anaconda3/lib/python3.8/site-packages/spyder/api/preferences.py", line 101, in wrapper ...
Create a text file "test.txt" and a python file in the same directory (not the default Spyder directory). The text file can contain anything; the python file looks like this: #%% Set up stuff import os assert os.path.exists("test.txt") print("Okay") #%% Do something that takes ag...