We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e52ea commit a429349Copy full SHA for a429349
1 file changed
src/File/FileRequest.py
@@ -128,7 +128,7 @@ def actionUpdate(self, params):
128
body = peer.getFile(site.address, inner_path).read()
129
except Exception as err:
130
site.log.debug("Can't download updated file %s: %s" % (inner_path, err))
131
- self.response({"error": "File invalid update: Can't download updaed file"})
+ self.response({"error": "Invalid File update: Failed to download updated file content"})
132
self.connection.badAction(5)
133
return
134
0 commit comments