From 30f69c7bd306358edba25f6ce15460fa5de165d6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 4 Jan 2011 21:39:27 +0000 Subject: [PATCH] Typo! --- sso/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sso/tasks.py b/sso/tasks.py index 360fedd..4a41ced 100644 --- a/sso/tasks.py +++ b/sso/tasks.py @@ -78,5 +78,5 @@ def update_service_groups(user_id): try: api.update_groups(service.service_uid, service.user.groups.all(), service.character) except: - print "Error updating %s %s" 5 (service.service, service.service_uid) + print "Error updating %s %s" % (service.service, service.service_uid) pass