Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / all / collector.py
index 6742fc8..4837feb 100644 (file)
@@ -43,7 +43,7 @@ class Collector(ResourceManager):
     _help = "A Collector can be attached to a trace name on another " \
         "ResourceManager and will retrieve and store the trace content " \
         "in a local file at the end of the experiment"
-    _backend_type = "all"
+    _platform = "all"
 
     @classmethod
     def _register_attributes(cls):