From: Scott Baker Date: Wed, 29 Apr 2009 01:09:38 +0000 (+0000) Subject: fix error message X-Git-Tag: sfa-0.9-0@14641~442 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=1f6e7644f74abd9c698766fd3762f6073caeba60 fix error message --- 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