Making runId as sub folder optional for the Collector RM
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 4 Jun 2014 17:18:22 +0000 (19:18 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 4 Jun 2014 17:18:22 +0000 (19:18 +0200)
src/nepi/resources/all/collector.py

index 504a63f..c1a4362 100644 (file)
@@ -59,7 +59,7 @@ class Collector(ResourceManager):
         user_run_id = Attribute("useRunId", 
                 "If set to True stores traces into a sub directory named after "
                 "the RUN ID assigned by the EC", 
-                type = types.Bool,
+                type = Types.Bool,
                 default = False,
                 flags = Flags.Design)