Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
coco
Commits
23533bc7
Commit
23533bc7
authored
Oct 19, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix] 修改删除的问题
parent
4755ab3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
connector.py
coco/httpd/elfinder/connector.py
+2
-0
sftp.py
coco/sftp.py
+3
-0
No files found.
coco/httpd/elfinder/connector.py
View file @
23533bc7
...
...
@@ -111,7 +111,9 @@ class ElFinderConnector:
func
()
except
Exception
as
e
:
self
.
response
[
'error'
]
=
'
%
s'
%
e
logger
.
error
(
"Error occur ------------------------------"
)
logger
.
exception
(
e
)
logger
.
error
(
"Error end ------------------------------"
)
def
get_request_data
(
self
):
data_source
=
{}
...
...
coco/sftp.py
View file @
23533bc7
...
...
@@ -415,6 +415,9 @@ class InternalSFTPClient(SFTPServer):
attr
=
super
()
.
lstat
.
__wrapped__
(
self
,
path
)
return
attr
def
rmdir
(
self
,
path
):
return
super
()
.
rmdir
.
__wrapped__
(
self
,
path
)
def
get_channel
(
self
):
return
FakeChannel
.
new
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment