From bdc5ded08f34f3246cf4c11febb9d63f42050267 Mon Sep 17 00:00:00 2001 From: Nicolas Turro Date: Thu, 8 Dec 2011 17:25:04 +0100 Subject: [PATCH] Bugfix. NT. --- sfa/senslab/slab-import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/senslab/slab-import.py b/sfa/senslab/slab-import.py index 432c284a..4f20b006 100644 --- a/sfa/senslab/slab-import.py +++ b/sfa/senslab/slab-import.py @@ -172,7 +172,7 @@ def delete_record( hrn, type): table.remove(record) def hostname_to_hrn(root_auth,login_base,hostname): - return PlXrn(auth=auth,hostname=login_base+'_'+hostname).get_hrn() + return PlXrn(auth=root_auth,hostname=login_base+'_'+hostname).get_hrn() def main(): -- 2.43.0