change the name of the exp-id in the OMF API for the EC one
[nepi.git] / src / nepi / resources / omf / channel.py
index 20c60b5..e02593e 100644 (file)
@@ -72,8 +72,6 @@ class OMFChannel(OMFResource):
 
     @property
     def exp_id(self):
-        if self.ec.exp_id.startswith('exp-'):
-            return None
         return self.ec.exp_id
 
     def valid_connection(self, guid):