fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 14 Aug 2012 12:08:47 +0000 (14:08 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 14 Aug 2012 12:08:47 +0000 (14:08 +0200)
apps/apiclient/__init__.py

index e61b1bc..376b66e 100644 (file)
@@ -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)