Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
enthec-opensource committed Jul 26, 2024
1 parent 4287218 commit 4e42c9b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scripts/technology_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def process(self) -> None:


if __name__ == '__main__':
# TODO validate ;confidence & ;version
for letter in string.ascii_lowercase + "_":
TechnologiesValidator(os.getenv("TECH_FILE_NAME", f"{letter}.json")).validate()
# TechnologiesValidator(os.getenv("TECH_FILE_NAME", f"a.json")).validate()
# for letter in string.ascii_lowercase + "_":
# TechnologiesValidator(os.getenv("TECH_FILE_NAME", f"{letter}.json")).validate()
TechnologiesValidator(os.getenv("TECH_FILE_NAME", f"a.json")).validate()

0 comments on commit 4e42c9b

Please sign in to comment.