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)