fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Editor fix
[redakcja.git]
/
apps
/
apiclient
/
__init__.py
diff --git
a/apps/apiclient/__init__.py
b/apps/apiclient/__init__.py
index
e61b1bc
..
376b66e
100644
(file)
--- a/
apps/apiclient/__init__.py
+++ b/
apps/apiclient/__init__.py
@@
-46,5
+46,5
@@
def api_call(user, path, data=None):
elif status == '401':
raise ApiError('User not authorized for publishing.')
else:
elif status == '401':
raise ApiError('User not authorized for publishing.')
else:
- raise ApiError("WL API call error [code %s]" % status
"
)
+ raise ApiError("WL API call error [code %s]" % status)