From 7de14b93206d9437f0225bf09b0505d96fae3db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Fri, 27 Sep 2024 09:42:57 +0200 Subject: [PATCH] activating profile enrichment again --- .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 61d0112..445603a 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -96,4 +96,4 @@ def processProfiles (self, filename, profilename): # abspath = "https://raw.githubusercontent.com/zbmed-semtec/specifications/master/" + arg print("Running processProfiles() for : ", profile_name, "with file", arg) - # proc.processProfiles(arg, profile_name) + proc.processProfiles(arg, profile_name)