summaryrefslogtreecommitdiff
path: root/esds
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-13 13:22:39 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-13 13:22:39 +0200
commitb3cbb52f00e000277c3c74e1e9eab230d8b2d843 (patch)
treefb0c9f981d79a433d7d52dc0ed5377f5689c48ad /esds
parente188ca4040ba59b7e61402a3d48c888463b3a4bd (diff)
Update tests
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