Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preciceconfigcheck/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def runCheck(path: pathlib.Path, debug: bool):
print(f"[{Severity.DEBUG.value}]: Debug mode enabled")

if path.name.endswith(".xml"):
print(f"Checking file at '{c.dyeing(str(path), c.cyan)}'")
print(f"Checking '{c.dyeing(str(path), c.cyan)}' for logical issues...")
else:
print(
f"[{Severity.ERROR.value}]: '{c.dyeing(str(path), c.cyan)}' is not an xml file",
Expand Down