From: Radek Czajka Date: Tue, 14 Aug 2012 12:08:47 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/ccac52151427892364cf39322e7f8a0e18131ff5?ds=sidebyside fix --- diff --git a/apps/apiclient/__init__.py b/apps/apiclient/__init__.py index e61b1bcb..376b66e6 100644 --- 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: - raise ApiError("WL API call error [code %s]" % status") + raise ApiError("WL API call error [code %s]" % status)