From: Tony Mack Date: Tue, 4 Aug 2009 22:15:41 +0000 (+0000) Subject: fix bug in import_person, 'plc_auth' is now defined X-Git-Tag: sfa-0.9-1~120 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eb459df94e99b51ff0105c6eb3d40d53bf884582;p=sfa.git fix bug in import_person, 'plc_auth' is now defined --- 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: