From 4d24c38575fe2b2bdca8e6a61afb28e51763a9ef Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 15 Jan 2015 13:52:54 +0100 Subject: [PATCH 1/1] iotlab users initialized empty, in case connection to iotlab fails --- portal/slicetabexperiment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/slicetabexperiment.py b/portal/slicetabexperiment.py index 254b6765..6dfbea0e 100644 --- a/portal/slicetabexperiment.py +++ b/portal/slicetabexperiment.py @@ -87,7 +87,7 @@ class ExperimentView (FreeAccessView, ThemeView): except URLError as e: print "There is a problem in getting iotlab users %s" % e.reason - #print all_users + all_users = list() #getting the login from email #initial value no-account == contact_admin -- 2.43.0