change the name of the exp-id in the OMF API for the EC one
[nepi.git] / src / nepi / resources / omf / node.py
index 68b4df3..840cfe1 100644 (file)
@@ -73,8 +73,6 @@ class OMFNode(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):