Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Aug 24, 2024
1 parent ea24260 commit 667f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name = os.environ.get("INPUT_NAME")

OUTPUT = ""
VERSION = getattr(uuid, f"uuid{VERSION}")
VERSION = str(getattr(uuid, f"uuid{VERSION}"))

versions = ["uuid1", "uuid3", "uuid4", "uuid5"]
namespaces = ["DNS", "URL", "OID", "X500"]
Expand Down

0 comments on commit 667f2af

Please sign in to comment.