From d79e1356223f76322ecba20a0f1201844b281a9d Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Wed, 10 Jul 2013 10:22:00 +0200 Subject: [PATCH] Correcting missing bracket --- sfa/iotlab/iotlabdriver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/iotlab/iotlabdriver.py b/sfa/iotlab/iotlabdriver.py index f0de0b1f..8cdf8507 100644 --- a/sfa/iotlab/iotlabdriver.py +++ b/sfa/iotlab/iotlabdriver.py @@ -138,7 +138,7 @@ class IotlabDriver(Driver): logger.debug("IOTLABDRIVER.PY \t fill_record_info \ TYPE USER recslice_list %s \r\n \t RECORD %s \r\n" - % (recslice_list, record) + % (recslice_list, record)) #Append slice record in records list, #therefore fetches user and slice info again(one more loop) #Will update PIs and researcher for the slice -- 2.43.0