summaryrefslogtreecommitdiff
path: root/esds
diff options
context:
space:
mode:
Diffstat (limited to 'esds')
-rw-r--r--esds/platform.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/esds/platform.py b/esds/platform.py
index 6742e9d..873546f 100644
--- a/esds/platform.py
+++ b/esds/platform.py
@@ -160,9 +160,6 @@ class YAMLPlatformFile:
self.parsing_error("File "+file+" must be a python file")
for node in r:
self.default["implementations"][node]=path
- count = len(nodes["implementations"])
- if count > 1 and count != self.default["node_count"]:
- self.parsing_error("If more than one implementation is specified, each node implementation should be provided ("+str(self.default["node_count"])+" in total)")
else:
self.parsing_error("node implementation not provided")
##### Nodes arguments