Changed the device and remote markers because the current ones collided with Windows path name patterns. eric7

Sun, 13 Oct 2024 18:15:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Oct 2024 18:15:58 +0200
branch
eric7
changeset 10974
a2fd00b78f94
parent 10973
484b5440fd1e
child 10975
4f2d83400df5

Changed the device and remote markers because the current ones collided with Windows path name patterns.

src/eric7/SystemUtilities/FileSystemUtilities.py file | annotate | diff | comparison | revisions
--- a/src/eric7/SystemUtilities/FileSystemUtilities.py	Sun Oct 13 17:43:11 2024 +0200
+++ b/src/eric7/SystemUtilities/FileSystemUtilities.py	Sun Oct 13 18:15:58 2024 +0200
@@ -703,9 +703,8 @@
 ################################################################################
 
 
-# TODO: change these to 'xxx#' because the pattern collides with Windows drives
-_DeviceFileMarker = "device:"
-_RemoteFileMarker = "remote:"
+_DeviceFileMarker = "device#"
+_RemoteFileMarker = "remote#"
 
 
 def deviceFileName(fileName):

eric ide

mercurial