Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
19950187 authored and 19950187 committed Mar 19, 2024
1 parent 33de909 commit 7652568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unified_template/unified_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def __init__(self, input):
raise Exception(f"Template {file_name} does not exist in templates directory {templates_dir}")

else:
super().__init__(input)
super().__init__(input)

0 comments on commit 7652568

Please sign in to comment.