From 1f6e7644f74abd9c698766fd3762f6073caeba60 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 29 Apr 2009 01:09:38 +0000 Subject: [PATCH] fix error message --- cmdline/sfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline/sfi.py b/cmdline/sfi.py index db716f54..fffd3263 100755 --- a/cmdline/sfi.py +++ b/cmdline/sfi.py @@ -390,7 +390,7 @@ def delegate(opts, args): records = filter_records("user", records) if not records: - print "Error: Didn't find a user record for", delegee_name + print "Error: Didn't find a user record for", args[0] return # the gid of the user who will be delegated too -- 2.43.0