Small typo error corrected. NT.
authorNicolas Turro <Nicolas.Turro@inria.fr>
Fri, 23 Mar 2012 16:48:14 +0000 (17:48 +0100)
committerNicolas Turro <Nicolas.Turro@inria.fr>
Fri, 23 Mar 2012 16:48:14 +0000 (17:48 +0100)
sfa/senslab/slabdriver.py

index beaaf52..2ce416b 100644 (file)
@@ -81,7 +81,7 @@ class SlabDriver(Driver):
         # NT : not sure if we should implement this or not, but used by sface.
         
 
-        sl = self.GetSlices.(slice_filter= slice_hrn, filter_type = 'slice_hrn')
+        sl = self.GetSlices(slice_filter= slice_hrn, filter_type = 'slice_hrn')
         if len(sl) is 0:
             raise SliverDoesNotExist("%s  slice_hrn" % (slice_hrn))