src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
eric7
changeset 10986
39a97ad73ee5
parent 10976
10fe4f38b5f3
child 11090
f5f5f5803935
diff -r 91243eb0390d -r 39a97ad73ee5 src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py
--- a/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Fri Oct 18 19:14:59 2024 +0200
+++ b/src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py	Fri Oct 18 19:15:16 2024 +0200
@@ -395,7 +395,7 @@
         # 2. write the data to the file and reset the permissions
         newline = None if params["newline"] == "<<none>>" else params["newline"]
         if newline is None:
-            mode = "wb" 
+            mode = "wb"
         else:
             mode = "w"
             data = data.decode("utf-8")

eric ide

mercurial