Skip to content

Commit

Permalink
fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Jan 1, 2024
1 parent f3d0600 commit 8e6c62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv_config/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ def check_custom_specs(custom_spec,
valid = validator.validate(inp_yaml)
if valid:
if logging:
logger.info('CustomCheck: No errors for Hart:{x}')
logger.info(f'CustomCheck: No errors for Hart:{x}')
else:
error_list = validator.errors
raise ValidationError("CustomCheck: Error in " + foo + ".", error_list)
Expand Down

0 comments on commit 8e6c62b

Please sign in to comment.