From 302fca10ec773afe966fc51f7724a14bada36c71 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 3 Nov 2007 11:25:08 +0100 Subject: [PATCH] fixed print in remove-user-ctl.py --- utils/remove-user-ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/remove-user-ctl.py b/utils/remove-user-ctl.py index 5fdb48a..82a9407 100755 --- a/utils/remove-user-ctl.py +++ b/utils/remove-user-ctl.py @@ -9,5 +9,5 @@ for id in list: elem = Element(hctl, id[1:]) info = Info(elem) if info.isUser: - print 'Removing element %s' % id + print 'Removing element %s' % repr(id) hctl.elementRemove(id[1:]) -- 2.47.1