mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[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:
parent
45fd86e51b
commit
0fc1c2f625
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue