Fix misleading 'file-has-changed' message in spyder on CIFS.

The issue has been reported to upstream in spyder-ide/21877.
The patch implements a more tolerant file modification detection
and only reports differences greater than 1000 ms.
This commit is contained in:
Andreas B. Mundt 2024-06-21 08:25:28 +02:00
parent 040b017b40
commit 55b89ac912
2 changed files with 28 additions and 0 deletions

View file

@ -373,6 +373,11 @@
chdir: /tmp/
when: new_kio.changed | default(false)
- name: Patch spyder to fix 'file-has-changed' issues on CIFS
ansible.posix.patch:
src: spyder.patch
dest: /usr/lib/python3/dist-packages/spyder/plugins/editor/widgets/editor.py
#################
- name: Timestamp successfull run and send up-to-date report