fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: TypeError przy akceptacji Pull Requestów.
[redakcja.git]
/
apps
/
api
/
handlers
/
text_handler.py
diff --git
a/apps/api/handlers/text_handler.py
b/apps/api/handlers/text_handler.py
index
5e34ab4
..
31f958d
100644
(file)
--- a/
apps/api/handlers/text_handler.py
+++ b/
apps/api/handlers/text_handler.py
@@
-71,7
+71,7
@@
class DocumentTextHandler(BaseHandler):
if xchunk is None:
return response.EntityNotFound().django_response({
if xchunk is None:
return response.EntityNotFound().django_response({
- 'reason': 'no-
part
-in-document',
+ 'reason': 'no-
chunk
-in-document',
'path': chunk
})
'path': chunk
})