From ccac52151427892364cf39322e7f8a0e18131ff5 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 14 Aug 2012 14:08:47 +0200 Subject: [PATCH] fix --- apps/apiclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1