From b3cbb52f00e000277c3c74e1e9eab230d8b2d843 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 13:22:39 +0200 Subject: Update tests --- esds/platform.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'esds') 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 -- cgit v1.2.3