Skip to content

Commit 2e96e46

Browse files
Logendefsimonis
authored andcommitted
Clarify check message for XML file
1 parent d2f5581 commit 2e96e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preciceconfigcheck/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def runCheck(path: pathlib.Path, debug: bool):
1515
print(f"[{Severity.DEBUG.value}]: Debug mode enabled")
1616

1717
if path.name.endswith(".xml"):
18-
print(f"Checking file at '{c.dyeing(str(path), c.cyan)}'")
18+
print(f"Checking '{c.dyeing(str(path), c.cyan)}' for logical issues...")
1919
else:
2020
print(
2121
f"[{Severity.ERROR.value}]: '{c.dyeing(str(path), c.cyan)}' is not an xml file",

0 commit comments

Comments
 (0)