Skip to content

Commit bb10b89

Browse files
authored
events: Relative paths (#794)
Fixes #793
1 parent 07f2238 commit bb10b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

events/localchangedetected.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local filesystem.
2121
"folder": "vitwy-zjxqt",
2222
"folderID": "vitwy-zjxqt",
2323
"label": "TestSync",
24-
"path": "C:\\Users\\Nate\\Sync\\testfolder\\test file.rtf",
24+
"path": "test file.rtf",
2525
"type": "file"
2626
}
2727
}

events/remotechangedetected.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Files that are updated locally produce a :doc:`localchangedetected` event.
1717
"action" : "deleted",
1818
"folder": "Dokumente",
1919
"folderID" : "Dokumente",
20-
"path" : "/media/ntfs_data/Dokumente/testfile",
20+
"path" : "testfile",
2121
"label" : "Dokumente",
2222
"modifiedBy" : "BPDFDTU"
2323
},

0 commit comments

Comments
 (0)