diff --git a/.github/workflows/process_profile_script.py b/.github/workflows/process_profile_script.py index b6c79dd..59d8506 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -8,6 +8,10 @@ class ProcPofiles: + validation = "" + name = "" + context = "" + def __init__(self, name): self.name = name