src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
80 80
81 ############################################################################ 81 ############################################################################
82 ## File system related methods below 82 ## File system related methods below
83 ############################################################################ 83 ############################################################################
84 84
85 def __getPathSeparator(self, params): # noqa: U100 85 def __getPathSeparator(self, params): # noqa: U-100
86 """ 86 """
87 Private method to report the path separator. 87 Private method to report the path separator.
88 88
89 @param params dictionary containing the request data 89 @param params dictionary containing the request data
90 @type dict 90 @type dict
109 return { 109 return {
110 "ok": False, 110 "ok": False,
111 "error": str(err), 111 "error": str(err),
112 } 112 }
113 113
114 def __getcwd(self, params): # noqa: U100 114 def __getcwd(self, params): # noqa: U-100
115 """ 115 """
116 Private method to report the current working directory. 116 Private method to report the current working directory.
117 117
118 @param params dictionary containing the request data 118 @param params dictionary containing the request data
119 @type dict 119 @type dict

eric ide

mercurial