Skip to content

Commit

Permalink
fixed check
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 19, 2024
1 parent 0c07126 commit 1825783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1825783

Please sign in to comment.