Changed the device and remote markers to a better readable string. eric7

Sun, 20 Oct 2024 18:43:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 20 Oct 2024 18:43:11 +0200
branch
eric7
changeset 10991
e93595883b7d
parent 10990
31677cc3713e
child 10992
c3b070373492

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):

eric ide

mercurial