From 6023d19b3496717464ba55f7239f5da013fb5be4 Mon Sep 17 00:00:00 2001 From: nlebreto Date: Thu, 7 Nov 2013 17:01:12 +0100 Subject: [PATCH] release 1 fix the RSpec balise --- sfa/client/bonfire.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/client/bonfire.py b/sfa/client/bonfire.py index 5f026737..0b34ce51 100644 --- a/sfa/client/bonfire.py +++ b/sfa/client/bonfire.py @@ -69,6 +69,7 @@ urlcomputes = buildpagehttp("https://api.integration.bonfire.grid5000.fr/locatio # list for all bonfire resources def bonsources(): bonfires = [] + bonfires.append("") bonfires.append("") manag_exp = remove_needless_txt(callcurl("https://api.bonfire-project.eu/managed_experiments")) bonfires.append(manag_exp) -- 2.43.0