Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Apr 21, 2024
1 parent 4cd5252 commit f59a23a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ def __init__(
if log_verbosity > 1:
print(
f'Code file requires language "{require_match.group(1)} {require_match.group(2)} '
f'{require_match.group(3)}". Configurate file declares language "{isa_model.isa_name} '
f'{require_match.group(3)}". Configuration file declares language "{isa_model.isa_name} '
f'{isa_model.isa_version}"'
)
elif log_verbosity > 1:
print(
f'Code file requires language "{require_match.group(1)}". '
f'Configurate file declares language "{isa_model.isa_name} v{isa_model.isa_version}"'
f'Configuration file declares language "{isa_model.isa_name} v{isa_model.isa_version}"'
)

def __repr__(self) -> str:
Expand Down

0 comments on commit f59a23a

Please sign in to comment.