Rev4102, Fix fileGet test

This commit is contained in:
shortcutme 2019-06-06 03:17:42 +02:00
parent c05916477c
commit eeef6fe65f
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 4 additions and 4 deletions

View file

@ -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):