Skip to content

Commit e1d2f9a

Browse files
committed
improve markdown logging
1 parent 0e563f3 commit e1d2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMDirT/validate/domain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,5 @@ def to_markdown(self) -> bool:
322322
f"Invalid dataset `{self.dataset_name}`\n\n{df.to_markdown(index=False)}"
323323
)
324324
else:
325-
logger.info(f"{self.dataset_name} is valid")
325+
print(f"`{self.dataset_name}` is valid")
326326
return True

0 commit comments

Comments
 (0)