-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.4.0
-
Component/s: Direct Edit, Tests
- To ease debugging, we should log the final path that will be opened on the machine.
- Also, when a edited document is already synced and present in the local sync folder, we should use shutils.copyfile() instead of shutils.copy() to prevent any metadata copy.
- Add a test for the previous statement.