[core] Fix assign file date when saving file

When saving file we need to assign the new file date to prevent modified file popup
This commit is contained in:
Aurore LAFAURIE 2024-06-03 15:28:23 +02:00
parent 45fd86e51b
commit 0fc1c2f625

View file

@ -1320,6 +1320,9 @@ class Graph(BaseObject):
if path != self._filepath and setupProjectFile:
self._setFilepath(path)
# update the file date version
self._fileDateVersion = os.path.getmtime(path)
def getNonDefaultInputAttributes(self):
"""
Instead of getting all the inputs and internal attribute keys, only get the keys of