Rev4102, Fix fileGet test
This commit is contained in:
parent
c05916477c
commit
eeef6fe65f
3 changed files with 4 additions and 4 deletions
|
@ -278,7 +278,7 @@ class FileRequest(object):
|
|||
return False
|
||||
except Exception as err:
|
||||
self.log.error("GetFile exception: %s" % Debug.formatException(err))
|
||||
self.response({"error": "File read Exception"})
|
||||
self.response({"error": "File read exception"})
|
||||
return False
|
||||
|
||||
def actionGetFile(self, params):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue