From be6dafcd106ff9c50c9fa316685874773f6b251e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 15:49:38 +0200 Subject: Update all integration tests and debug platform parsing --- esds/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esds') diff --git a/esds/platform.py b/esds/platform.py index 98adf08..508fdc4 100644 --- a/esds/platform.py +++ b/esds/platform.py @@ -182,7 +182,7 @@ class YAMLPlatformFile: cb=general["breakpoints_callback"] file=cb["file"] path, ext=os.path.splitext(file) - if not os.path.exists(file): + if not os.path.exists(os.path.join(self.location,file)): self.parsing_error("File "+file+ " not found") path, extension = os.path.splitext(file) if extension != ".py": -- cgit v1.2.3