Skip to content

Commit

Permalink
improve markdown logging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Jun 2, 2023
1 parent 0e563f3 commit e1d2f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMDirT/validate/domain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,5 @@ def to_markdown(self) -> bool:
f"Invalid dataset `{self.dataset_name}`\n\n{df.to_markdown(index=False)}"
)
else:
logger.info(f"{self.dataset_name} is valid")
print(f"`{self.dataset_name}` is valid")
return True

0 comments on commit e1d2f9a

Please sign in to comment.