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:
parent
040b017b40
commit
55b89ac912
2 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue