Sun, 20 Oct 2024 18:43:11 +0200
Changed the device and remote markers to a better readable string.
src/eric7/SystemUtilities/FileSystemUtilities.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/SystemUtilities/FileSystemUtilities.py Sun Oct 20 15:51:03 2024 +0200 +++ b/src/eric7/SystemUtilities/FileSystemUtilities.py Sun Oct 20 18:43:11 2024 +0200 @@ -703,8 +703,8 @@ ################################################################################ -_DeviceFileMarker = "device#" -_RemoteFileMarker = "remote#" +_DeviceFileMarker = "device::" +_RemoteFileMarker = "remote::" def deviceFileName(fileName):