Skip to content

Commit

Permalink
Fixed non initalized dictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Jun 23, 2024
1 parent ffe7f54 commit bfd6a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation_instruction/installation_instruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def __init__(self, config: str) -> None:
self.misc = {key: schema[key] for key in schema if key != "schema"}
else:
self.schema = schema
self.misc = {}

try:
Draft202012Validator.check_schema(self.schema)
Expand Down

0 comments on commit bfd6a9a

Please sign in to comment.