Open jtziebarth opened 1 year ago
Hey @jtziebarth, thanks for reporting. We'll see what we can do about this.
@dalthviz, are you able to reproduce this problem on your side?
Pinging again @dalthviz about this one (it seems he forgot it).
Checked with Spyder 5.4.3 from the standalone installer on Windows and I was able to reproduce this :+1:
Ok, and how easy do you think it is to solve? I'm asking that to know if we should try to address it in 5.4.4 or leave it for Spyder 6.
No idea what could be happening here so probably something to check for Spyder 6?
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Permissions of a file in WSL2 are not preserved when editing and saving the file using a Windows installation of Spyder.
This problem seems to have appeared before, but I'm encountering it under different circumstances.
What steps reproduce the problem?
stat -c '%a' test.py
chmod +x test.py
stat -c '%a' test.py
stat -c '%a' test.py
What is the expected output? What do you see instead?
Expected Output: 644 755 755
Actual Output: 644 755 644
Versions
Dependencies