From 1825783642dbd218e595cc0f84cf2da6bae0fdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Tue, 19 Nov 2024 15:12:44 +0100 Subject: [PATCH] fixed check --- .github/workflows/process_profile_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process_profile_script.py b/.github/workflows/process_profile_script.py index 59d8506..c65cfb6 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -193,7 +193,7 @@ def processProfiles(self, filename, profilename): profile_name = arg.split("/")[-1].split(".json")[0].split("_")[0] - if not "type" in profile_name: + if not "type" in arg: # abspath = "https://raw.githubusercontent.com/zbmed-semtec/specifications/master/" + arg print("Running processProfiles() for : ", profile_name, "with file", arg)