From eb459df94e99b51ff0105c6eb3d40d53bf884582 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 4 Aug 2009 22:15:41 +0000 Subject: [PATCH] fix bug in import_person, 'plc_auth' is now defined --- sfa/plc/sfaImport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/sfaImport.py b/sfa/plc/sfaImport.py index 546b9aba..cbfec5cb 100644 --- a/sfa/plc/sfaImport.py +++ b/sfa/plc/sfaImport.py @@ -144,7 +144,7 @@ class sfaImport: # get the user's private key from the SSH keys they have uploaded # to planetlab - keys = self.shell.GetKeys(plc_auth, key_ids) + keys = self.shell.GetKeys(self.plc_auth, key_ids) key = keys[0]['key'] pkey = convert_public_key(key) else: -- 2.43.0